Merge pull request #12 from MinhPho/bugfix/README-usage-correction

Update README with correct usage syntax
This commit is contained in:
Brian Towles
2024-03-15 20:33:33 -05:00
committed by GitHub

View File

@@ -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
{ {