Added preheat binary sensor for ovens

This commit is contained in:
Alberto Diaz 2024-06-03 23:31:14 +02:00
parent 6906e751b1
commit 72c4371f7f

View file

@ -123,6 +123,14 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
icon="mdi:power-cycle",
translation_key="on",
),
HonBinarySensorEntityDescription(
key="attributes.parameters.preheatStatus",
name="Preheat",
device_class=BinarySensorDeviceClass.RUNNING,
on_value=1,
icon="mdi:heat-wave",
translation_key="on",
),
),
"IH": (
HonBinarySensorEntityDescription(