Merge pull request #12 from MinhPho/bugfix/README-usage-correction
Update README with correct usage syntax
This commit is contained in:
@@ -262,7 +262,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