A simple utility to generate signed certificate files to allow local control of a Lutron Caseta smart bridge.
This add-on will guide you through the necessary steps to create signed certificate files necessary to control your Lutron Caseta smart bridge with Home Assistant.
Three files will be created during successful execution of the wizard:
/ssl/lutron/caseta.key
: the private key file used to generate the certificate./ssl/lutron/caseta.crt
: the signed certificate file used to connect to the Lutron Caseta bridge./ssl/lutron/caseta-bridge.crt
: the certificate authority file that is downloaded from the Lutron Caseta bridge.
Be sure to add Lutron Caseta to your configuration.yaml
after starting the
add-on:
lutron_caseta:
host: 192.168.1.100
keyfile: /ssl/lutron/caseta.key
certfile: /ssl/lutron/caseta.crt
ca_certs: /ssl/lutron/caseta-bridge.crt
For more information on how to configure Lutron Caseta in Home Assistant see the Lutron Caseta documentation.