Add migrated ClimateEntityFeature for SwitchBot Cloud (#109136)
parent
8bb98b4146
commit
550c0bf3c3
|
@ -80,6 +80,7 @@ class SwitchBotCloudAirConditionner(SwitchBotCloudEntity, ClimateEntity):
|
|||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_attr_target_temperature = 21
|
||||
_attr_name = None
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
async def _do_send_command(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue