mirror of
https://github.com/home-assistant/core.git
synced 2025-04-22 16:27:56 +00:00
parent
2eeb80f173
commit
450b510d08
@ -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