Update README with correct usage syntax

Update incorrect usage syntax for Programatic Sections code example
This commit is contained in:
MinhPho
2023-04-02 16:39:36 +02:00
committed by GitHub
parent 26372b9b6c
commit 93c467eb6a

View File

@@ -238,7 +238,8 @@ perimeterWindows.forEach((item, i) => {
{% if states.${item.entity}.state == "on" %}<i class='mdi mdi-window-open'></i> ${item.name}{% endif %}
`,
class: "window"
})
});
});
....
// The module entry
{