Skip to content

Commit

Permalink
fix: Removed state_class and native_unit_of_measurement from wind dir…
Browse files Browse the repository at this point in the history
…ection sensor
  • Loading branch information
DOUGLAS FERGUSSON authored and DOUGLAS FERGUSSON committed Nov 1, 2023
1 parent f101761 commit 0014577
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/bureau_of_meteorology/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@
SensorEntityDescription(
key=ATTR_API_WIND_DIRECTION,
name="Wind Direction",
native_unit_of_measurement=DEGREE,
state_class=SensorStateClass.MEASUREMENT,
),
SensorEntityDescription(
key=ATTR_API_GUST_SPEED_KILOMETRE,
Expand Down

0 comments on commit 0014577

Please sign in to comment.