lutron_caseta: using multiple bridges (#12905)

This commit is contained in:
Chris Aljoudi 2020-05-11 03:10:14 -06:00 committed by GitHub
parent fb61f9ec3a
commit 87b47d1872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,12 +38,18 @@ Once you have the three necessary files, place them in your configuration direct
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
lutron_caseta: lutron_caseta:
host: IP_ADDRESS - host: IP_ADDRESS
keyfile: caseta.key keyfile: caseta.key
certfile: caseta.crt certfile: caseta.crt
ca_certs: caseta-bridge.crt ca_certs: caseta-bridge.crt
``` ```
<div class='note'>
Note that multiple hubs can be specified by using multiple configuration blocks, but each of them requires its own `keyfile`, `certfile`, and `ca_certs` to be generated and specified.
</div>
{% configuration %} {% configuration %}
host: host:
required: true required: true