mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 07:17:12 +00:00
Fix climate is_aux_heat type hint. (#25170)
This commit is contained in:
parent
64b9102206
commit
e8fd01bea5
@ -307,7 +307,7 @@ class ClimateDevice(Entity):
|
|||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_aux_heat(self) -> Optional[str]:
|
def is_aux_heat(self) -> Optional[bool]:
|
||||||
"""Return true if aux heater.
|
"""Return true if aux heater.
|
||||||
|
|
||||||
Requires SUPPORT_AUX_HEAT.
|
Requires SUPPORT_AUX_HEAT.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user