add config flow to lutron integration (#30526)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
wilburCforce 2024-01-08 03:54:08 -06:00 committed by GitHub
parent 76eec1bde2
commit 96f267d4b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}
<div class='note'>