mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Do not use a set for hvac modes in SmartThings (#31959)
This commit is contained in:
parent
beee1298c5
commit
239dfaba4b
@ -406,7 +406,7 @@ class SmartThingsAirConditioner(SmartThingsEntity, ClimateDevice):
|
|||||||
self._device.device_id,
|
self._device.device_id,
|
||||||
mode,
|
mode,
|
||||||
)
|
)
|
||||||
self._hvac_modes = modes
|
self._hvac_modes = list(modes)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def current_temperature(self):
|
def current_temperature(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user