mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix HAVCMode typing in Rheem EcoNet (#94637)
This commit is contained in:
parent
998a45879e
commit
204833b745
@ -151,7 +151,7 @@ class EcoNetThermostat(EcoNetEntity, ClimateEntity):
|
|||||||
return self.op_list
|
return self.op_list
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def hvac_mode(self) -> str:
|
def hvac_mode(self) -> HVACMode:
|
||||||
"""Return hvac operation ie. heat, cool, mode.
|
"""Return hvac operation ie. heat, cool, mode.
|
||||||
|
|
||||||
Needs to be one of HVAC_MODE_*.
|
Needs to be one of HVAC_MODE_*.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user