mirror of
https://github.com/Andre0512/hon.git
synced 2025-08-03 23:31:15 +00:00
Added preheat binary sensor for ovens
This commit is contained in:
parent
6906e751b1
commit
72c4371f7f
|
@ -123,6 +123,14 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
|
||||||
icon="mdi:power-cycle",
|
icon="mdi:power-cycle",
|
||||||
translation_key="on",
|
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": (
|
"IH": (
|
||||||
HonBinarySensorEntityDescription(
|
HonBinarySensorEntityDescription(
|
||||||
|
|
Loading…
Reference in a new issue