Skip to content

Commit cf75469

Browse files
Apply pre-commit auto fixes
1 parent 1bbaca1 commit cf75469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zhaquirks/bosch/rbsh_rth0_zb_eu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ class BoschSensorConnection(t.enum8):
102102
"""Sensor connection setting (for external 10K NTC sensor on S1/S2)"""
103103

104104
NotUsed = 0x00
105-
WithoutRegulation = 0xb0
106-
WithRegulation = 0xb1
105+
WithoutRegulation = 0xB0
106+
WithRegulation = 0xB1
107107

108108

109109
class BoschThermostatCluster(CustomCluster, Thermostat):

0 commit comments

Comments
 (0)