Skip to content

Update configuration sample (fixes #2788) #2789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions source/_components/lutron.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ Presently, there's only support for communicating with the [RadioRA 2](http://ww

When configured, the `lutron` component will automatically discover the rooms and their associated switches/dimmers as configured by the RadioRA 2 software from Lutron. Each room will be treated as a separate group.

To use Lutron RadioRA 2 devices in your installation, add the following to your `configuration.yaml` file using the IP of your RadioRA 2 Main Repeater:
To use Lutron RadioRA 2 devices in your installation, add the following to your `configuration.yaml` file using the IP address of your RadioRA 2 main repeater:

``` yaml
# Example configuration.yaml entry
lutron:
lutron_host:IP_ADDRESS
lutron_user: lutron
lutron_password: integration
host: IP_ADDRESS
username: lutron
password: integration
```

Configuration variables:

- **lutron_ip** (*Required*): The IP address of the Main Repeater.
- **lutron_user** (*Required*): The login name of the user. The user `lutron` always exists, but other users can be added via RadioRA 2 software.
- **lutron_password** (*Required*): The password for the user specified above. `integration` is the password for the always-present `lutron` user.
- **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.

<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 `lutron_ip` if it reboots and comes up with a different IP address.
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.
</p>