diff --git a/custom_components/hilo/const.py b/custom_components/hilo/const.py index 4b55fbba..1c0dcd15 100755 --- a/custom_components/hilo/const.py +++ b/custom_components/hilo/const.py @@ -94,5 +94,14 @@ "OutdoorWeatherStation", "Gateway", ] -CLIMATE_CLASSES = ["Thermostat", "FloorThermostat", "Thermostat24V"] +CLIMATE_CLASSES = [ + "Thermostat", + "FloorThermostat", + "Thermostat24V", + "MysaThermostat", + "TCC24V", + "SinopeThermostat", + "SinopeFloorThermostat", + "Sinope24V", +] SWITCH_CLASSES = ["Outlet", "Ccr", "Cee", "SinopeWaterHeater"]