Address late comment to deCONZ climate (#79485)

Fix late comment to deCONZ climate #59989
This commit is contained in:
Robert Svensson 2022-10-03 11:06:13 +02:00 committed by GitHub
parent 825f9502ad
commit c05d3c10db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ class DeconzThermostat(DeconzDevice[Thermostat], ClimateEntity):
)
@property
def hvac_action(self) -> str | None:
def hvac_action(self) -> HVACAction:
"""Return current hvac operation ie. heat, cool.
Preset 'BOOST' is interpreted as 'state_on'.