From a8d630c61bf7403bc963d70ce2da99347d9ead74 Mon Sep 17 00:00:00 2001 From: Carl Quirion Date: Mon, 16 Mar 2026 08:30:24 -0400 Subject: [PATCH] Fix for "Unknown device type SinopeThermostat" --- pyhilo/const.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyhilo/const.py b/pyhilo/const.py index 6c3f5ff..69d25b2 100755 --- a/pyhilo/const.py +++ b/pyhilo/const.py @@ -202,6 +202,11 @@ "Thermostat24V": "Climate", "Tracker": "Sensor", "SinopeWaterHeater": "Switch", + "MysaThermostat": "Climate", + "TCC24V": "Climate", + "SinopeThermostat": "Climate", + "SinopeFloorThermostat": "Climate", + "Sinope24V": "Climate", } HILO_UNIT_CONVERSION: Final = {