diff --git a/source/_integrations/lutron.markdown b/source/_integrations/lutron.markdown index 6ea72c24757..1e8717a73e6 100644 --- a/source/_integrations/lutron.markdown +++ b/source/_integrations/lutron.markdown @@ -29,30 +29,9 @@ 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, 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: +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, you can follow the instructions from the next chapter. -``` yaml -# Example configuration.yaml entry -lutron: - host: IP_ADDRESS - username: USERNAME - password: PASSWORD -``` - -{% 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 %} +{% include integrations/config_flow.md %}