Improve templating in master bedroom climate flows

This commit is contained in:
2025-03-23 04:30:10 -04:00
parent 013b482f18
commit 10be0213dc
6 changed files with 26 additions and 26 deletions

View File

@ -17,4 +17,4 @@ if (sleeping === 'on' || nightMode === 'on' || goodnight === 'on') {
}
flow.set("lastMode", lastMode, "diskCon")
node.status({ fill: "green", shape: "dot", text: "Last Mode Set: " + lastMode})
node.status({ fill: "green", shape: "dot", text: `Last Mode Set: ${lastMode}`})