Skip to content

Commit 4e7b2f8

Browse files
committed
Rename fallback for boost attribute to be same as for Tuya TRVs.
1 parent 738f734 commit 4e7b2f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zhaquirks/bosch/rbsh_rth0_zb_eu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class AttributeDefs(UserInterface.AttributeDefs):
131131
BoschThermostatCluster.AttributeDefs.boost_heating.name,
132132
BoschThermostatCluster.cluster_id,
133133
translation_key="boost_heating",
134-
fallback_name="Boost",
134+
fallback_name="Boost heating",
135135
)
136136
# Window open switch: manually set or through an automation.
137137
.switch(

zhaquirks/bosch/rbsh_trv0_zb_eu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ class AttributeDefs(UserInterface.AttributeDefs):
481481
BoschThermostatCluster.cluster_id,
482482
reporting_config=BOSCH_ATTR_REPORT_CONFIG,
483483
translation_key="boost_heating",
484-
fallback_name="Boost",
484+
fallback_name="Boost heating",
485485
)
486486
# Window open switch: manually set or through an automation.
487487
.switch(

0 commit comments

Comments
 (0)