Skip to content

Commit

Permalink
fix: new precipitation sensor #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Nov 29, 2024
1 parent ee3c821 commit be0cd39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/yerushamayim/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async def async_setup_entry(
YerushamayimHumiditySensor(coordinator),
YerushamayimStatusSensor(coordinator),
YerushamayimForecastSensor(coordinator),
YerushamayimPrecipitationSensor(coordinator)
]

async_add_entities(sensors, True)
Expand Down

0 comments on commit be0cd39

Please sign in to comment.