Update Scsgate component configuration variable (#6881)

This commit is contained in:
Klaas Schoute 2018-10-17 09:18:44 +02:00 committed by Fabian Affolter
parent bab8020c88
commit 8791c0d26d

View File

@ -26,6 +26,9 @@ switch:
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 %}