mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Address late comment to deCONZ climate (#79485)
Fix late comment to deCONZ climate #59989
This commit is contained in:
parent
825f9502ad
commit
c05d3c10db
@ -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'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user