Skip to content

Commit

Permalink
Add DEFROSTING constant from Core
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Oct 10, 2024
1 parent 3a95adf commit 4a4abd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zha/application/platforms/climate/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class HVACAction(StrEnum):
"""HVAC action for climate devices."""

COOLING = "cooling"
DEFROSTING = "defrosting"
DRYING = "drying"
FAN = "fan"
HEATING = "heating"
Expand Down

0 comments on commit 4a4abd2

Please sign in to comment.