File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ class AttributeDefs(UserInterface.AttributeDefs):
131
131
BoschThermostatCluster .AttributeDefs .boost_heating .name ,
132
132
BoschThermostatCluster .cluster_id ,
133
133
translation_key = "boost_heating" ,
134
- fallback_name = "Boost" ,
134
+ fallback_name = "Boost heating " ,
135
135
)
136
136
# Window open switch: manually set or through an automation.
137
137
.switch (
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ class AttributeDefs(UserInterface.AttributeDefs):
481
481
BoschThermostatCluster .cluster_id ,
482
482
reporting_config = BOSCH_ATTR_REPORT_CONFIG ,
483
483
translation_key = "boost_heating" ,
484
- fallback_name = "Boost" ,
484
+ fallback_name = "Boost heating " ,
485
485
)
486
486
# Window open switch: manually set or through an automation.
487
487
.switch (
You can’t perform that action at this time.
0 commit comments