Compare commits
2 Commits
b71ffdd4eb
...
4055e79fba
| Author | SHA1 | Date |
|---|---|---|
|
|
4055e79fba | |
|
|
6eceee1f4e |
|
|
@ -123,6 +123,7 @@ SENSOR_TYPES_WSLINK: tuple[WeatherSensorEntityDescription, ...] = (
|
|||
key=WIND_DIR,
|
||||
native_unit_of_measurement=DEGREE,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
device_class=SensorDeviceClass.WIND_DIRECTION,
|
||||
suggested_display_precision=None,
|
||||
icon="mdi:sign-direction",
|
||||
translation_key=WIND_DIR,
|
||||
|
|
|
|||
Loading…
Reference in New Issue