Skip to content

Commit

Permalink
Use "toggle" string from widget_tap_action_toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
StopMotionCuber committed Jan 28, 2024
1 parent ab14769 commit da759ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object ClimateControl : HaControl {
val toggleRangeTemplate = ToggleRangeTemplate(
entity.entityId + "_range",
true,
"Toggle climate",
context.getString(commonR.string.widget_tap_action_toggle),
rangeTemplate
)
var modesFlag = 0
Expand Down

0 comments on commit da759ea

Please sign in to comment.