Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions zhaquirks/quirk_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading