mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
lutron_caseta: using multiple bridges (#12905)
This commit is contained in:
parent
fb61f9ec3a
commit
87b47d1872
@ -38,12 +38,18 @@ Once you have the three necessary files, place them in your configuration direct
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
lutron_caseta:
|
||||
host: IP_ADDRESS
|
||||
- host: IP_ADDRESS
|
||||
keyfile: caseta.key
|
||||
certfile: caseta.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 %}
|
||||
host:
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user