Skip to content

Commit a8d630c

Browse files
committed
Fix for "Unknown device type SinopeThermostat"
1 parent d2631dd commit a8d630c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyhilo/const.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@
202202
"Thermostat24V": "Climate",
203203
"Tracker": "Sensor",
204204
"SinopeWaterHeater": "Switch",
205+
"MysaThermostat": "Climate",
206+
"TCC24V": "Climate",
207+
"SinopeThermostat": "Climate",
208+
"SinopeFloorThermostat": "Climate",
209+
"Sinope24V": "Climate",
205210
}
206211

207212
HILO_UNIT_CONVERSION: Final = {

0 commit comments

Comments
 (0)