Update Lutron docs

This commit is contained in:
Fabian Affolter 2017-04-30 09:47:48 +02:00
parent 5e208bb05f
commit 82490bef9f
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
4 changed files with 39 additions and 9 deletions

View 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/).

View 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/).

View File

@ -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>

View File

@ -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>