From a1d63321b85c14a6d9dcb175e3f1b9296f2d4b35 Mon Sep 17 00:00:00 2001 From: Matt N Date: Thu, 28 Dec 2017 15:19:49 -0500 Subject: [PATCH] light.template: Fix typo in device list key (#4297) "switches" should be "lights" --- source/_components/light.template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/light.template.markdown b/source/_components/light.template.markdown index 69f0315c940..8c5d5ab1545 100755 --- a/source/_components/light.template.markdown +++ b/source/_components/light.template.markdown @@ -42,7 +42,7 @@ light: {% endraw %} {% configuration %} - switches: + lights: description: List of your lights. required: true type: map