File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -168,16 +168,5 @@ class AttributeDefs(UserInterface.AttributeDefs):
168
168
translation_key = "ctrl_sequence_of_oper" ,
169
169
fallback_name = "Control sequence" ,
170
170
)
171
- # Local temperature calibration.
172
- .number (
173
- Thermostat .AttributeDefs .local_temperature_calibration .name ,
174
- BoschThermostatCluster .cluster_id ,
175
- min_value = - 5 ,
176
- max_value = 5 ,
177
- step = 0.1 ,
178
- multiplier = 0.1 ,
179
- translation_key = "local_temperature_calibration" ,
180
- fallback_name = "Local temperature offset" ,
181
- )
182
171
.add_to_registry ()
183
172
)
Original file line number Diff line number Diff line change @@ -482,6 +482,7 @@ async def write_attributes(
482
482
483
483
(
484
484
QuirkBuilder ("BOSCH" , "RBSH-TRV0-ZB-EU" )
485
+ .applies_to ("BOSCH" , "RBSH-TRV1-ZB-EU" )
485
486
.replaces (BoschThermostatCluster )
486
487
.replaces (BoschUserInterfaceCluster )
487
488
# Operating mode - read-only: controlled automatically through Thermostat.system_mode (HAVC mode).
@@ -584,16 +585,5 @@ async def write_attributes(
584
585
translation_key = "ctrl_sequence_of_oper" ,
585
586
fallback_name = "Control sequence" ,
586
587
)
587
- # Local temperature calibration.
588
- .number (
589
- Thermostat .AttributeDefs .local_temperature_calibration .name ,
590
- BoschThermostatCluster .cluster_id ,
591
- min_value = - 5 ,
592
- max_value = 5 ,
593
- step = 0.1 ,
594
- multiplier = 0.1 ,
595
- translation_key = "local_temperature_calibration" ,
596
- fallback_name = "Local temperature offset" ,
597
- )
598
588
.add_to_registry ()
599
589
)
You can’t perform that action at this time.
0 commit comments