Skip to content

Commit 2d98b56

Browse files
authored
Merge pull request #393 from nlz242/bugfix/unknown-type-sinopethermostat
Fix for "Unknown device type SinopeThermostat"
2 parents d2631dd + a8d630c commit 2d98b56

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)