diff --git a/zhaquirks/quirk_ids.py b/zhaquirks/quirk_ids.py index 0a34332e1b..2824ac0432 100644 --- a/zhaquirks/quirk_ids.py +++ b/zhaquirks/quirk_ids.py @@ -27,3 +27,7 @@ # Hint to expose a basic siren entity SIREN_BASIC = "siren_basic" + +# Hint that the thermostat actually implements SystemMode.Fan_only, so the +# climate entity may expose HVACMode.FAN_ONLY +THERMOSTAT_FAN_ONLY_HVAC = "thermostat_fan_only_hvac"