mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Do not use a set for hvac modes in SmartThings (#31959)
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user