diff --git a/homeassistant/components/mysensors/sensor.py b/homeassistant/components/mysensors/sensor.py index bb56770fd0c..396d0e2519b 100644 --- a/homeassistant/components/mysensors/sensor.py +++ b/homeassistant/components/mysensors/sensor.py @@ -85,6 +85,7 @@ SENSORS: dict[str, list[str | None] | dict[str, list[str | None]]] = { DEVICE_CLASS_ILLUMINANCE, STATE_CLASS_MEASUREMENT, ], + "S_MOISTURE": [PERCENTAGE, "mdi:water-percent", None, None], }, "V_VOLTAGE": [ ELECTRIC_POTENTIAL_VOLT,