Cache calculated watering scale when using data from Dark Sky
This commit is contained in:
@@ -111,4 +111,8 @@ export default class DarkSkyWeatherProvider extends WeatherProvider {
|
||||
|
||||
return weather;
|
||||
}
|
||||
|
||||
public shouldCacheWateringScale(): boolean {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user