Update README with correct usage syntax
Update incorrect usage syntax for Programatic Sections code example
This commit is contained in:
@@ -238,7 +238,8 @@ perimeterWindows.forEach((item, i) => {
|
|||||||
{% if states.${item.entity}.state == "on" %}<i class='mdi mdi-window-open'></i> ${item.name}{% endif %}
|
{% if states.${item.entity}.state == "on" %}<i class='mdi mdi-window-open'></i> ${item.name}{% endif %}
|
||||||
`,
|
`,
|
||||||
class: "window"
|
class: "window"
|
||||||
})
|
});
|
||||||
|
});
|
||||||
....
|
....
|
||||||
// The module entry
|
// The module entry
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user