Update gc100 switch component configuration (#7049)

* Update gc100 switch component configuration

* 🚑 Fix error
This commit is contained in:
Klaas Schoute 2018-10-25 10:03:52 +02:00 committed by Fabian Affolter
parent ab764cbeea
commit 5096abf6d2

View File

@ -25,7 +25,9 @@ switch:
- '4:2': Sprinkler
```
Configuration variables:
- **ports** (*Required*): A list of module-address to name mappings in the format 'x:y': name, where x is module #, y is address.
{% configuration %}
ports:
description: "A list of module-address to name mappings in the format 'x:y': name, where x is module #, y is address."
required: true
type: list
{% endconfiguration %}