mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +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.Shutter,
|
||||
DeviceType.Somfy,
|
||||
DeviceType.Thermostat,
|
||||
]
|
||||
)
|
||||
except SwitchBeeError as exp:
|
||||
|
Reference in New Issue
Block a user