Add more sensors for #22

This commit is contained in:
Andre Basche 2023-04-18 23:44:23 +02:00
parent e2c7ca36db
commit a2d0257410
2 changed files with 11 additions and 2 deletions

View file

@ -152,6 +152,9 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
device_class=BinarySensorDeviceClass.HEAT,
on_value="1",
),
HonBinarySensorEntityDescription(
key="panStatus", name="Pan Status", on_value="1", icon="mdi:pot-mix"
),
HonBinarySensorEntityDescription(
key="hobLockStatus",
name="Hob Lock",