diff --git a/custom_components/bureau_of_meteorology/const.py b/custom_components/bureau_of_meteorology/const.py index 119b716..f751593 100644 --- a/custom_components/bureau_of_meteorology/const.py +++ b/custom_components/bureau_of_meteorology/const.py @@ -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,