mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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,
|
forecast = forecastio.load_forecast(self._api_key,
|
||||||
self.latitude,
|
self.latitude,
|
||||||
self.longitude)
|
self.longitude,
|
||||||
|
units='si')
|
||||||
self.data = forecast.currently()
|
self.data = forecast.currently()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user