diff --git a/homeassistant/components/ecobee/weather.py b/homeassistant/components/ecobee/weather.py index 729ab463fb3..3e71b05af1d 100644 --- a/homeassistant/components/ecobee/weather.py +++ b/homeassistant/components/ecobee/weather.py @@ -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):