mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Use SensorDeviceClass.SPEED in rfxtrx (#79261)
Use SensorDeviceClass.VOLUME in rfxtrx
This commit is contained in:
parent
0fa0ab855b
commit
f9d36fe493
@ -206,12 +206,14 @@ SENSOR_TYPES = (
|
|||||||
name="Wind average speed",
|
name="Wind average speed",
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
native_unit_of_measurement=SPEED_METERS_PER_SECOND,
|
native_unit_of_measurement=SPEED_METERS_PER_SECOND,
|
||||||
|
device_class=SensorDeviceClass.SPEED,
|
||||||
),
|
),
|
||||||
RfxtrxSensorEntityDescription(
|
RfxtrxSensorEntityDescription(
|
||||||
key="Wind gust",
|
key="Wind gust",
|
||||||
name="Wind gust",
|
name="Wind gust",
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
native_unit_of_measurement=SPEED_METERS_PER_SECOND,
|
native_unit_of_measurement=SPEED_METERS_PER_SECOND,
|
||||||
|
device_class=SensorDeviceClass.SPEED,
|
||||||
),
|
),
|
||||||
RfxtrxSensorEntityDescription(
|
RfxtrxSensorEntityDescription(
|
||||||
key="Rain total",
|
key="Rain total",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user