mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add MySensors S_MOISTURE type as sensor (#54583)
This commit is contained in:
parent
08d8b026d0
commit
8d7a136fc4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user