Fix Thermostat not showing up in SwitchBee integration (#79592)

Fixed Thermostat not showing up in SwitchBee
This commit is contained in:
Jafar Atili 2022-10-04 15:47:30 +03:00 committed by GitHub
parent 1907b87666
commit d0f1cba4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ class SwitchBeeCoordinator(DataUpdateCoordinator[Mapping[int, SwitchBeeBaseDevic
DeviceType.Dimmer,
DeviceType.Shutter,
DeviceType.Somfy,
DeviceType.Thermostat,
]
)
except SwitchBeeError as exp: