mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47: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
|
||||
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'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user