mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +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.Dimmer,
|
||||||
DeviceType.Shutter,
|
DeviceType.Shutter,
|
||||||
DeviceType.Somfy,
|
DeviceType.Somfy,
|
||||||
|
DeviceType.Thermostat,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
except SwitchBeeError as exp:
|
except SwitchBeeError as exp:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user