Skip to content

Commit

Permalink
chore(deps): update all dependencies (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw authored Jul 8, 2024
1 parent 1ddbe31 commit 511a194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions custom_components/cloudweatherproxy/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def __init__(self, sensor: Sensor, station: WeatherStation) -> None:
name=f"Weatherstation {station.station_id}",
identifiers={(DOMAIN, station.station_id)},
sw_version=station.station_sw_version,
manufacturer=station.vendor,
)

@property
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip>=21.0,<22.0
ruff==0.4.*
pip>=24.1,<25.0
ruff==0.5.*
colorlog==6.8.*
homeassistant==2024.6.4
aiocloudweather==2024.6.9
homeassistant==2024.5.5
aiocloudweather==2024.7.0

0 comments on commit 511a194

Please sign in to comment.