Push updated ecobee weather forecast to listeners (#98511)

This commit is contained in:
Erik Montnemery 2023-08-16 11:59:59 +02:00 committed by GitHub
parent e69090b943
commit 636cb6279d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):