Add MySensors S_MOISTURE type as sensor (#54583)
This commit is contained in:
parent
08d8b026d0
commit
8d7a136fc4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue