Skip to content

Commit 90759c1

Browse files
pre-commit-ci[bot]Sopsy
authored andcommitted
Apply pre-commit auto fixes
1 parent aee8ecb commit 90759c1

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)