Update default Lutron username/password (#19121)

This commit is contained in:
Jon Gilmore 2021-08-29 04:06:22 -05:00 committed by GitHub
parent feb04c7698
commit f3c6b40294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,14 +28,14 @@ Presently, there's only support for communicating with the [RadioRA 2](http://ww
When configured, the `lutron` integration 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 address of your RadioRA 2 main repeater:
To use Lutron RadioRA 2 devices in your installation, you'll need to first create a username/password in your Lutron programming software. Once a telnet username/password has been programmed, add the following to your `configuration.yaml` file using the IP address of your RadioRA 2 main repeater:
``` yaml
# Example configuration.yaml entry
lutron:
host: IP_ADDRESS
username: lutron
password: integration
username: USERNAME
password: PASSWORD
```
{% configuration %}