mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Fix radiator button copy
This commit is contained in:
@@ -5,7 +5,7 @@ v3_button_radiator:
|
||||
[[[
|
||||
if (entity.state === 'off') { return 'Off'};
|
||||
return entity.state.charAt(0).toUpperCase() +
|
||||
entity.state.slice(1) + "ing to " +
|
||||
entity.state.slice(1) + " to " +
|
||||
entity.attributes.temperature + '°';
|
||||
]]]
|
||||
tap_action:
|
||||
|
||||
Reference in New Issue
Block a user