From 38fd8b779ffea66917a746284fd1a6eb2bc66f96 Mon Sep 17 00:00:00 2001 From: Oli J Date: Sun, 15 Dec 2019 18:24:10 +0100 Subject: [PATCH] Fixed example wich causes Lovelace not to compile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b2e479..e0f71a1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ entities: - Loop over lists ```yaml -{% set lights = ['light.bed_light', 'light.kitchen_lights', 'light.ceiling_lights' %} +{% set lights = ['light.bed_light', 'light.kitchen_lights', 'light.ceiling_lights'] %} - type: entities entities: