Skip to content

Commit

Permalink
Don't log wind direction
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Oct 22, 2022
1 parent 548efdd commit 3c6c936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/weatherlink/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class WLSensorDescription(SensorEntityDescription):
tag="wind_dir",
icon="mdi:compass-outline",
name="Wind direction",
native_unit_of_measurement="",
),
WLSensorDescription(
key="InsideTemp",
Expand Down

0 comments on commit 3c6c936

Please sign in to comment.