mirror of
https://github.com/Andre0512/hon.git
synced 2026-07-03 21:55:30 +02:00
Water Heater
This commit is contained in:
@@ -284,6 +284,16 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
|
||||
translation_key="on",
|
||||
),
|
||||
),
|
||||
"WH": (
|
||||
HonBinarySensorEntityDescription(
|
||||
key="onOffStatus",
|
||||
name="Power State",
|
||||
icon="mdi:power-standby",
|
||||
device_class=BinarySensorDeviceClass.POWER,
|
||||
on_value=1,
|
||||
translation_key="power-state",
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
BINARY_SENSORS["WD"] = unique_entities(BINARY_SENSORS["WM"], BINARY_SENSORS["TD"])
|
||||
|
||||
Reference in New Issue
Block a user