From f3c6b402943ab8119d2cf19391605f0d4a728a98 Mon Sep 17 00:00:00 2001 From: Jon Gilmore <7232986+JonGilmore@users.noreply.github.com> Date: Sun, 29 Aug 2021 04:06:22 -0500 Subject: [PATCH] Update default Lutron username/password (#19121) --- source/_integrations/lutron.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/lutron.markdown b/source/_integrations/lutron.markdown index 9bda0f6c3ba..5ca2ecb18bb 100644 --- a/source/_integrations/lutron.markdown +++ b/source/_integrations/lutron.markdown @@ -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 %}