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