mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05: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,
|
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):
|
||||||
|
Reference in New Issue
Block a user