Skip to content

Commit 33d0643

Browse files
mdonougheballoob
authored andcommitted
documentation for Lutron Caseta update (home-assistant#3883)
* initial documentation for caseta update * get zip from home-assistant.github.io
1 parent 1a2b45f commit 33d0643

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

source/_components/lutron_caseta.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,25 @@ The currently supported Caseta devices are:
2727

2828
When configured, the `lutron_caseta` component will automatically discover the currently supported devices as setup in the Lutron Smart Bridge. The name assigned in the Lutron mobile app will be used to form the `entity_id` used in Home Assistant. e.g. a dimmer called 'Bedroom Lamp' becomes `light.bedroom_lamp` in Home Assistant.
2929

30-
To use Lutron Caseta devices in your installation, add the following to your `configuration.yaml` file using the IP of your Smart Bridge:
30+
To use Lutron Caseta devices in your installation, you must first log in to your Lutron account and generate a certificate that allows Home Assistant to connect to your bridge. This can be accomplished by downloading and executing [this script](/assets/get_lutron_cert.zip), which will generate three files: caseta.key, caseta.crt, caseta-bridge.crt when you run it. See the instructions at the top of the script for more information.
31+
32+
Once you have the three necessary files, place them in your configuration directory and add the following to your `configuration.yaml`:
3133

3234
```yaml
3335
# Example configuration.yaml entry
3436
lutron_caseta:
3537
host: IP_ADDRESS
38+
keyfile: caseta.key
39+
certfile: caseta.crt
40+
ca_certs: caseta-bridge.crt
3641
```
3742
3843
Configuration variables:
3944
4045
- **host** (*Required*): The IP address of the Lutron Smart Bridge.
46+
- **keyfile** (*Required*): The private key that Home Assistant will use to authenticate to the bridge.
47+
- **certfile** (*Required*): The certificate chain that Home Assistant will use to authenticate to the bridge.
48+
- **ca_certs** (*Required*): The list of certificate authorities (usually only one) that Home Assistant will expect when connecting to the bridge.
4149
4250
<p class='note'>
4351
It is recommended to assign a static IP address to your Lutron Smart Bridge. This ensures that it won't change IP address, so you won't have to change the `host` if it reboots and comes up with a different IP address.

source/assets/get_lutron_cert.zip

2.41 KB
Binary file not shown.

0 commit comments

Comments
 (0)