diff --git a/custom_components/yandex_weather/weather.py b/custom_components/yandex_weather/weather.py index 97b446f..83313b9 100644 --- a/custom_components/yandex_weather/weather.py +++ b/custom_components/yandex_weather/weather.py @@ -168,7 +168,9 @@ async def async_added_to_hass(self) -> None: except TypeError: pass - self._attr_extra_state_attributes = {} + self._attr_extra_state_attributes = { + ATTR_FORECAST_DATA: self._twice_daily_forecast, + } for attribute in [ "feels_like", "wind_gust",