Add defrosting as HVACAction in ClimateEntity (#121448)
This commit is contained in:
parent
2def33b168
commit
26bc37195e
4 changed files with 17 additions and 5 deletions
|
@ -97,6 +97,7 @@ class HVACAction(StrEnum):
|
|||
"""HVAC action for climate devices."""
|
||||
|
||||
COOLING = "cooling"
|
||||
DEFROSTING = "defrosting"
|
||||
DRYING = "drying"
|
||||
FAN = "fan"
|
||||
HEATING = "heating"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue