mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Fix Thermostat not showing up in SwitchBee integration (#79592)
Fixed Thermostat not showing up in SwitchBee
This commit is contained in:
parent
1907b87666
commit
d0f1cba4ea
@ -64,6 +64,7 @@ class SwitchBeeCoordinator(DataUpdateCoordinator[Mapping[int, SwitchBeeBaseDevic
|
||||
DeviceType.Dimmer,
|
||||
DeviceType.Shutter,
|
||||
DeviceType.Somfy,
|
||||
DeviceType.Thermostat,
|
||||
]
|
||||
)
|
||||
except SwitchBeeError as exp:
|
||||
|
Loading…
x
Reference in New Issue
Block a user