diff --git a/README.md b/README.md index 33e6595..df9d76c 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,8 @@ perimeterWindows.forEach((item, i) => { {% if states.${item.entity}.state == "on" %} ${item.name}{% endif %} `, class: "window" -}) + }); +}); .... // The module entry {