mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
update caseta docs to align with standards
This commit is contained in:
parent
6ceb6fb58d
commit
794aac0997
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user