Skip to content

Commit 957ed37

Browse files
committedDec 11, 2017
Added support for HmIP-BWTH - Should work like HmIP-WTH
1 parent f931498 commit 957ed37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pyhomematic/devicetypes/thermostats.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -297,5 +297,6 @@ def turnoff(self):
297297
"HmIP-eTRV-2": IPThermostat,
298298
"HmIP-STHD": IPThermostatWall,
299299
"HmIP-WTH-2": IPThermostatWall,
300-
"HMIP-WTH": IPThermostatWall
300+
"HMIP-WTH": IPThermostatWall,
301+
"HmIP-BWTH": IPThermostatWall
301302
}

0 commit comments

Comments
 (0)
Please sign in to comment.