Skip to content

Commit b9563d8

Browse files
authoredJan 2, 2024
Merge pull request #197 from djferg/fix_wind_direction_history
fix: wind direction history
2 parents 9b20d1d + 0014577 commit b9563d8

File tree

1 file changed

+0
-2
lines changed
  • custom_components/bureau_of_meteorology

1 file changed

+0
-2
lines changed
 

‎custom_components/bureau_of_meteorology/const.py

-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@
163163
SensorEntityDescription(
164164
key=ATTR_API_WIND_DIRECTION,
165165
name="Wind Direction",
166-
native_unit_of_measurement=DEGREE,
167-
state_class=SensorStateClass.MEASUREMENT,
168166
),
169167
SensorEntityDescription(
170168
key=ATTR_API_GUST_SPEED_KILOMETRE,

0 commit comments

Comments
 (0)