mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove device class on V_FLOW in mysensors (#83806)
This commit is contained in:
parent
d91e44485c
commit
9cd159ee01
@ -122,10 +122,11 @@ SENSORS: dict[str, SensorEntityDescription] = {
|
|||||||
icon="mdi:white-balance-sunny",
|
icon="mdi:white-balance-sunny",
|
||||||
),
|
),
|
||||||
"V_FLOW": SensorEntityDescription(
|
"V_FLOW": SensorEntityDescription(
|
||||||
|
# The documentation on this measurement is inconsistent.
|
||||||
|
# Better not to set a device class here yet.
|
||||||
key="V_FLOW",
|
key="V_FLOW",
|
||||||
native_unit_of_measurement=UnitOfLength.METERS,
|
native_unit_of_measurement=UnitOfLength.METERS,
|
||||||
icon="mdi:gauge",
|
icon="mdi:gauge",
|
||||||
device_class=SensorDeviceClass.DISTANCE,
|
|
||||||
),
|
),
|
||||||
"V_VOLUME": SensorEntityDescription(
|
"V_VOLUME": SensorEntityDescription(
|
||||||
key="V_VOLUME",
|
key="V_VOLUME",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user