Add defrosting as HVACAction in ClimateEntity (#121448)

This commit is contained in:
G Johansson 2024-07-07 18:54:40 +02:00 committed by GitHub
parent 2def33b168
commit 26bc37195e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 5 deletions

View file

@ -97,6 +97,7 @@ class HVACAction(StrEnum):
"""HVAC action for climate devices."""
COOLING = "cooling"
DEFROSTING = "defrosting"
DRYING = "drying"
FAN = "fan"
HEATING = "heating"