Skip to content

Commit

Permalink
Update station.py - add windchill sensor (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablolite authored Nov 30, 2024
1 parent f1ee529 commit 682b703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiocloudweather/station.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ class WeatherStation:
windgustdirection: Sensor = field(
default=None, metadata={"name": "Wind Gust Direction"}
)
windchill: Sensor = field(default=None, metadata={"name": "Wind Chill"})
uv: Sensor = field(default=None, metadata={"name": "UV Index"})
solarradiation: Sensor = field(default=None, metadata={"name": "Solar Radiation"})
solarradiationraw: Sensor = field(
Expand Down

0 comments on commit 682b703

Please sign in to comment.