repository-edge/lutron-cert
2019-01-10 03:03:40 +00:00
..
CHANGELOG.md ⬆️ Updating add-on Lutron Certificate to 2733e9b 2019-01-10 03:03:40 +00:00
config.json ⬆️ Updating add-on Lutron Certificate to 2733e9b 2019-01-10 03:03:40 +00:00
icon.png ⬆️ Updating add-on Lutron Certificate to 2364352 2018-09-26 08:11:47 +00:00
logo.png ⬆️ Updating add-on Lutron Certificate to 2364352 2018-09-26 08:11:47 +00:00
README.md ⬆️ Updating add-on Lutron Certificate to 2733e9b 2019-01-10 03:03:40 +00:00

Community Hass.io Add-ons: Lutron Certificate

Release Project Stage Project Maintenance

Discord Community Forum

Buy me a coffee

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 Hass.io 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:

https://github.com/hassio-addons/repository