Update gc100 Binary Sensor configuration (#6997)

This commit is contained in:
Jorim Tielemans 2018-10-22 00:04:10 +02:00 committed by Franck Nijhof
parent 8aa0e38bad
commit 9622b2a525

View File

@ -23,7 +23,11 @@ binary_sensor:
- '3:2': Garage Obstruction
```
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 %}