update caseta docs to align with standards

This commit is contained in:
Matthew Donoughe 2018-07-19 21:05:36 -04:00
parent 6ceb6fb58d
commit 794aac0997

View File

@ -40,12 +40,24 @@ lutron_caseta:
ca_certs: caseta-bridge.crt ca_certs: caseta-bridge.crt
``` ```
Configuration variables: {% configuration %}
host:
- **host** (*Required*): The IP address of the Lutron Smart Bridge. required: true
- **keyfile** (*Required*): The private key that Home Assistant will use to authenticate to the bridge. description: The IP address of the Lutron Smart Bridge.
- **certfile** (*Required*): The certificate chain that Home Assistant will use to authenticate to the bridge. type: string
- **ca_certs** (*Required*): The list of certificate authorities (usually only one) that Home Assistant will expect when connecting to the bridge. keyfile:
required: true
description: The private key that Home Assistant will use to authenticate to the bridge.
type: string
certfile:
required: true
description: The certificate chain that Home Assistant will use to authenticate to the bridge.
type: string
ca_certs:
required: true
description: The list of certificate authorities (usually only one) that Home Assistant will expect when connecting to the bridge.
type: string
{% endconfiguration %}
<p class='note'> <p class='note'>
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. 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.