From d0f1cba4ea04dde04db16f10827f4ce2bc89201a Mon Sep 17 00:00:00 2001 From: Jafar Atili Date: Tue, 4 Oct 2022 15:47:30 +0300 Subject: [PATCH] Fix Thermostat not showing up in SwitchBee integration (#79592) Fixed Thermostat not showing up in SwitchBee --- homeassistant/components/switchbee/coordinator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/switchbee/coordinator.py b/homeassistant/components/switchbee/coordinator.py index f7101cd5990..3dee30bac0e 100644 --- a/homeassistant/components/switchbee/coordinator.py +++ b/homeassistant/components/switchbee/coordinator.py @@ -64,6 +64,7 @@ class SwitchBeeCoordinator(DataUpdateCoordinator[Mapping[int, SwitchBeeBaseDevic DeviceType.Dimmer, DeviceType.Shutter, DeviceType.Somfy, + DeviceType.Thermostat, ] ) except SwitchBeeError as exp: