Skip to content

Commit

Permalink
fix: rain and wind dicts #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Nov 24, 2024
1 parent fba59d2 commit e0c76fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/yerushamayim/data_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def _extract_data(self) -> YerushamayimData:
temperature=temp_data,
humidity=humidity_data,
status=status_data,
forecast=forecast_data
rain=rain_data
forecast=forecast_data,
rain=rain_data,
wind=wind_data
)

0 comments on commit e0c76fc

Please sign in to comment.