diff --git a/homeassistant/components/mysensors/sensor.py b/homeassistant/components/mysensors/sensor.py index 3ea57319c30..225a75e8c84 100644 --- a/homeassistant/components/mysensors/sensor.py +++ b/homeassistant/components/mysensors/sensor.py @@ -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",