mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +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,
|
||||
mode,
|
||||
)
|
||||
self._hvac_modes = modes
|
||||
self._hvac_modes = list(modes)
|
||||
|
||||
@property
|
||||
def current_temperature(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user