upsert / lutron-caseta-pro

Custom Home Assistant Component for Lutron Caseta Smart Bridge PRO / RA2 Select
Apache License 2.0
184 stars 37 forks source link

Multiple Smart Bridges Pro #36

Closed oleggold closed 5 years ago

oleggold commented 5 years ago

What is a proper way to configure multiple smart bridges pro?

upsert commented 5 years ago

You can repeat the -host part in the configuration. Like this:

lutron_caseta_pro:
    bridges:
      - host: IP_ADDRESS
        mac: MAC_ADDRESS
      - host: IP_ADDRESS_2
        mac: MAC_ADDRESS_2

Where IP_ADDRESS_2 and MAC_ADDRESS_2 are the IP address and MAC address respectively of your second bridge.

oleggold commented 5 years ago

Thank you