Set temperature rounding.

This commit is contained in:
Michael Teeuw
2017-10-18 12:19:02 +02:00
parent ec2169e079
commit 241ff5cb6e
2 changed files with 2 additions and 3 deletions

View File

@@ -93,8 +93,7 @@ Module.register("weather",{
return {
config: this.config,
current: this.weatherProvider.currentWeather(),
forecast: this.weatherProvider.weatherForecast(),
myBoolean: true
forecast: this.weatherProvider.weatherForecast()
}
},