Add defrost status binary sensor for AC appliances (#15)

Add a new binary sensor to monitor the defrost status of air conditioning
units. The sensor uses the 'defrostStatus' key and displays when the AC
is in defrost mode with a snowflake-melt icon.
This commit is contained in:
Niek 2025-12-16 17:37:55 +01:00 committed by GitHub
parent e01d19efd6
commit e3205e4255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,6 +216,12 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
name="Ch2O Cleaning",
on_value=1,
),
HonBinarySensorEntityDescription(
key="defrostStatus",
name="Defrost Status",
icon="mdi:snowflake-melt",
on_value=1,
),
),
"REF": (
HonBinarySensorEntityDescription(