mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add migrated ClimateEntityFeature for SwitchBot Cloud (#109136)
This commit is contained in:
parent
8a22a8d4ba
commit
b379e9db60
@ -80,6 +80,7 @@ class SwitchBotCloudAirConditionner(SwitchBotCloudEntity, ClimateEntity):
|
|||||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||||
_attr_target_temperature = 21
|
_attr_target_temperature = 21
|
||||||
_attr_name = None
|
_attr_name = None
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
async def _do_send_command(
|
async def _do_send_command(
|
||||||
self,
|
self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user