Skip to content

Commit

Permalink
fix(forecast): fix typo (again)
Browse files Browse the repository at this point in the history
Fix #116
  • Loading branch information
IATkachenko committed Apr 28, 2024
1 parent c467b72 commit 6ac7cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/yandex_weather/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6ac7cd5

Please sign in to comment.