mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
add config flow to lutron integration (#30526)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
76eec1bde2
commit
96f267d4b7
@ -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.
|
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
|
{% include integrations/config_flow.md %}
|
||||||
# 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 %}
|
|
||||||
|
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user