mirror of
https://github.com/home-assistant/core.git
synced 2025-04-22 16:27:56 +00:00
Merge pull request #246 from balloob/fix-forecastio
Fix sensor.forecastio with Fahrenheit values
This commit is contained in:
commit
c4f71df1b2
@ -215,5 +215,6 @@ class ForeCastData(object):
|
||||
|
||||
forecast = forecastio.load_forecast(self._api_key,
|
||||
self.latitude,
|
||||
self.longitude)
|
||||
self.longitude,
|
||||
units='si')
|
||||
self.data = forecast.currently()
|
||||
|
Loading…
x
Reference in New Issue
Block a user