Add migrated climate feature flags to homekit_controller (#109433)
This commit is contained in:
parent
97e6391b9a
commit
3c15a2216d
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ class HomeKitBaseClimateEntity(HomeKitEntity, ClimateEntity):
|
|||
"""The base HomeKit Controller climate entity."""
|
||||
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
@callback
|
||||
def _async_reconfigure(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue