light.template: Fix typo in device list key (#4297)
"switches" should be "lights"
This commit is contained in:
parent
6e0ce3f41c
commit
a1d63321b8
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ light:
|
|||
{% endraw %}
|
||||
|
||||
{% configuration %}
|
||||
switches:
|
||||
lights:
|
||||
description: List of your lights.
|
||||
required: true
|
||||
type: map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue