Fix climate is_aux_heat type hint. (#25170)

pull/25173/head
Alexei Chetroi 2019-07-16 03:32:09 -04:00 committed by Fabian Affolter
parent 64b9102206
commit e8fd01bea5
1 changed files with 1 additions and 1 deletions

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.