diff --git a/source/_integrations/lutron_caseta.markdown b/source/_integrations/lutron_caseta.markdown index a109643ca0a..76fc7134653 100644 --- a/source/_integrations/lutron_caseta.markdown +++ b/source/_integrations/lutron_caseta.markdown @@ -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 ``` +
+ +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. + +
+ {% configuration %} host: required: true