Push updated ecobee weather forecast to listeners (#98511)
This commit is contained in:
parent
e69090b943
commit
636cb6279d
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ class EcobeeWeather(WeatherEntity):
|
|||
await self.data.update()
|
||||
thermostat = self.data.ecobee.get_thermostat(self._index)
|
||||
self.weather = thermostat.get("weather")
|
||||
await self.async_update_listeners(("daily",))
|
||||
|
||||
|
||||
def _process_forecast(json):
|
||||
|
|
Loading…
Add table
Reference in a new issue