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

View File

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