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