diff --git a/custom_components/yandex_weather/weather.py b/custom_components/yandex_weather/weather.py index 7d9b9ba..9626090 100644 --- a/custom_components/yandex_weather/weather.py +++ b/custom_components/yandex_weather/weather.py @@ -263,7 +263,7 @@ def __forecast_twice_daily(self) -> list[Forecast] | None: datetime=self.coordinator.data.get(ATTR_API_WEATHER_TIME), wind_bearing=self.wind_bearing, native_temperature=self.native_temperature, - temperatrue=self.native_temperature, + temperature=self.native_temperature, native_templow=self.native_temperature, templow=self.native_temperature, native_pressure=self.native_pressure,