Update Lutron configuration to new style (#6805)

* Update Lutron configuration to new style

Update the Lutron Configuration Variables section to the new style

Ref: #6385

* Update lutron.markdown

Removed default from username.
This commit is contained in:
dnguyen800 2018-10-15 14:07:23 -07:00 committed by Fabian Affolter
parent 86cce28300
commit 6cc88fe8ce

View File

@ -32,11 +32,20 @@ lutron:
password: integration
```
Configuration variables:
- **host** (*Required*): The IP address of the Main Repeater.
- **username** (*Required*): The login name of the user. The user `lutron` always exists, but other users can be added via RadioRA 2 software.
- **password** (*Required*): The password for the user specified above. `integration` is the password for the always-present `lutron` user.
{% configuration %}
host:
description: The IP address of the Main Repeater.
required: true
type: string
username:
description: The login name of the user. The user `lutron` always exists, but other users can be added via RadioRA 2 software.
required: true
type: string
password:
description: The password for the user specified above. `integration` is the password for the always-present `lutron` user.
required: true
type: string
{% endconfiguration %}
<p class='note'>
It is recommended to assign a static IP address to your main repeater. This ensures that it won't change IP addresses, so you won't have to change the `host` if it reboots and comes up with a different IP address.