Fix climate is_aux_heat type hint. (#25170)

This commit is contained in:
Alexei Chetroi 2019-07-16 03:32:09 -04:00 committed by Paulus Schoutsen
parent 0f8f9db319
commit c7dfec702d

View File

@ -307,7 +307,7 @@ class ClimateDevice(Entity):
raise NotImplementedError
@property
def is_aux_heat(self) -> Optional[str]:
def is_aux_heat(self) -> Optional[bool]:
"""Return true if aux heater.
Requires SUPPORT_AUX_HEAT.