.. | ||
CHANGELOG.md | ||
config.json | ||
icon.png | ||
logo.png | ||
README.md |
Home Assistant Community Add-on: Lutron Certificate
A simple utility to generate signed certificate files to allow local control of a Lutron Caseta smart bridge.
About
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.
Click here for the full documentation
WARNING! THIS IS AN EDGE VERSION!
This Home Assistant Add-ons repository contains edge builds of add-ons. Edge builds add-ons are based upon the latest development version.
- They may not work at all.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
- Developers.
If you are more interested in stable releases of our add-ons: