Update Scsgate light component configuration (#7238)

This commit is contained in:
Klaas Schoute 2018-10-29 22:58:38 +01:00 committed by Fabian Affolter
parent 32878977db
commit 805971b13f

View File

@ -27,6 +27,9 @@ light:
scs_id: XXXXX
```
Configuration variables:
- **devices** (*Required*): A list of devices with their name to use in the frontend.
{% configuration %}
devices:
description: A list of devices with their name to use in the frontend.
required: true
type: list
{% endconfiguration %}