mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix Thermostat not showing up in SwitchBee integration (#79592)
Fixed Thermostat not showing up in SwitchBee
This commit is contained in:
@@ -64,6 +64,7 @@ class SwitchBeeCoordinator(DataUpdateCoordinator[Mapping[int, SwitchBeeBaseDevic
|
|||||||
DeviceType.Dimmer,
|
DeviceType.Dimmer,
|
||||||
DeviceType.Shutter,
|
DeviceType.Shutter,
|
||||||
DeviceType.Somfy,
|
DeviceType.Somfy,
|
||||||
|
DeviceType.Thermostat,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
except SwitchBeeError as exp:
|
except SwitchBeeError as exp:
|
||||||
|
Reference in New Issue
Block a user