Add preheating HVAC action to climate (#94677)

* Add preheating HVAC action to climate

* Fix MQTT tests
This commit is contained in:
Franck Nijhof
2023-06-16 04:16:12 +02:00
committed by GitHub
parent 26be0fab78
commit be05a749c5
3 changed files with 3 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ class HVACAction(StrEnum):
HEATING = "heating"
IDLE = "idle"
OFF = "off"
PREHEATING = "preheating"
# These CURRENT_HVAC_* constants are deprecated as of Home Assistant 2022.5.