Skip to content

Commit

Permalink
Merge pull request #197 from djferg/fix_wind_direction_history
Browse files Browse the repository at this point in the history
fix: wind direction history
  • Loading branch information
Makin-Things authored Jan 2, 2024
2 parents 9b20d1d + 0014577 commit b9563d8
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 b9563d8

Please sign in to comment.