light.template: Fix typo in device list key (#4297)

"switches" should be "lights"
This commit is contained in:
Matt N 2017-12-28 15:19:49 -05:00 committed by Fabian Affolter
parent 6e0ce3f41c
commit a1d63321b8

View File

@ -42,7 +42,7 @@ light:
{% endraw %} {% endraw %}
{% configuration %} {% configuration %}
switches: lights:
description: List of your lights. description: List of your lights.
required: true required: true
type: map type: map