mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update Lutron docs
This commit is contained in:
parent
5e208bb05f
commit
82490bef9f
14
source/_components/light.lutron.markdown
Normal file
14
source/_components/light.lutron.markdown
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Lutron Light"
|
||||||
|
description: "Instructions how to setup the Lutron lights within Home Assistant."
|
||||||
|
date: 2017-04-30 09:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: lutron.png
|
||||||
|
ha_category: Light
|
||||||
|
---
|
||||||
|
|
||||||
|
To get your Lutron lights working with Home Assistant, follow the instructions for the general [Lutron component](/components/lutron/).
|
14
source/_components/light.lutron_caseta.markdown
Normal file
14
source/_components/light.lutron_caseta.markdown
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Lutron Caseta Light"
|
||||||
|
description: "Instructions how to setup the Lutron Caseta lights within Home Assistant."
|
||||||
|
date: 2017-04-30 09:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: lutron.png
|
||||||
|
ha_category: Light
|
||||||
|
---
|
||||||
|
|
||||||
|
To get your Lutron Caseta lights working with Home Assistant, follow the instructions for the general [Lutron Caseta component](/components/lutron_caseta/).
|
@ -19,11 +19,12 @@ Presently, there's only support for communicating with the [RadioRA 2](http://ww
|
|||||||
|
|
||||||
When configured, the `lutron` component 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` component 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 of your RadioRA 2 Main Repeater:
|
To use Lutron RadioRA 2 devices in your installation, add the following to your `configuration.yaml` file using the IP of your RadioRA 2 Main Repeater:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
lutron:
|
lutron:
|
||||||
lutron_host: <ip>
|
lutron_host:IP_ADDRESS
|
||||||
lutron_user: lutron
|
lutron_user: lutron
|
||||||
lutron_password: integration
|
lutron_password: integration
|
||||||
```
|
```
|
||||||
@ -35,5 +36,5 @@ Configuration variables:
|
|||||||
- **lutron_password** (*Required*): The password for the user specified above. `integration` is the password for the always-present `lutron` user.
|
- **lutron_password** (*Required*): The password for the user specified above. `integration` is the password for the always-present `lutron` user.
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
It is recommended to assign a static IP address to your Main Repeater. This ensures that it won't change IP addresses, so you won't have to change the `lutron_ip` if it reboots and comes up with a different IP address.
|
It is recommended to assign a static IP address to your Main Repeater. This ensures that it won't change IP addresses, so you won't have to change the `lutron_ip` if it reboots and comes up with a different IP address.
|
||||||
</p>
|
</p>
|
||||||
|
@ -19,11 +19,12 @@ This component only supports the Caseta line of products. Current only supports
|
|||||||
|
|
||||||
When configured, the `lutron_caseta` component will automatically discover dimmers and switches as setup in the Lutron SmartBridge.
|
When configured, the `lutron_caseta` component will automatically discover dimmers and switches as setup in the Lutron SmartBridge.
|
||||||
|
|
||||||
To use Lutron Caseta devices in your installation, add the following to your configuration.yaml file using the IP of your lutron Smartbridge:
|
To use Lutron Caseta devices in your installation, add the following to your `configuration.yaml` file using the IP of your lutron Smartbridge:
|
||||||
|
|
||||||
``` yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
lutron_caseta:
|
lutron_caseta:
|
||||||
host: <ip_address>
|
host: IP_ADDRESS
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -31,5 +32,5 @@ Configuration variables:
|
|||||||
- **host** (*Required*): The IP address of the Lutron SmartBridge.
|
- **host** (*Required*): The IP address of the Lutron SmartBridge.
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
It is recommended to assign a static IP address to your Lutron SmartBridge. This ensures that it won't change IP address, so you won't have to change the `host` if it reboots and comes up with a different IP address.
|
It is recommended to assign a static IP address to your Lutron SmartBridge. This ensures that it won't change IP address, so you won't have to change the `host` if it reboots and comes up with a different IP address.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user