Fix radiator button copy

This commit is contained in:
2021-10-13 21:51:55 +03:00
parent 34b60283a9
commit 967a8a50ce
@@ -5,7 +5,7 @@ v3_button_radiator:
[[[ [[[
if (entity.state === 'off') { return 'Off'}; if (entity.state === 'off') { return 'Off'};
return entity.state.charAt(0).toUpperCase() + return entity.state.charAt(0).toUpperCase() +
entity.state.slice(1) + "ing to " + entity.state.slice(1) + " to " +
entity.attributes.temperature + '°'; entity.attributes.temperature + '°';
]]] ]]]
tap_action: tap_action: