mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
```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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user