From 82490bef9f3af7ed3b98324aa5094fd383fb19fe Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 30 Apr 2017 09:47:48 +0200 Subject: [PATCH] Update Lutron docs --- source/_components/light.lutron.markdown | 14 ++++++++++++++ source/_components/light.lutron_caseta.markdown | 14 ++++++++++++++ source/_components/lutron.markdown | 7 ++++--- source/_components/lutron_caseta.markdown | 13 +++++++------ 4 files changed, 39 insertions(+), 9 deletions(-) create mode 100644 source/_components/light.lutron.markdown create mode 100644 source/_components/light.lutron_caseta.markdown diff --git a/source/_components/light.lutron.markdown b/source/_components/light.lutron.markdown new file mode 100644 index 00000000000..eadab676af1 --- /dev/null +++ b/source/_components/light.lutron.markdown @@ -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/). diff --git a/source/_components/light.lutron_caseta.markdown b/source/_components/light.lutron_caseta.markdown new file mode 100644 index 00000000000..3e96036b5af --- /dev/null +++ b/source/_components/light.lutron_caseta.markdown @@ -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/). diff --git a/source/_components/lutron.markdown b/source/_components/lutron.markdown index bcf77fe41e1..1e1ac0afdab 100644 --- a/source/_components/lutron.markdown +++ b/source/_components/lutron.markdown @@ -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. -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 +# Example configuration.yaml entry lutron: - lutron_host: + lutron_host:IP_ADDRESS lutron_user: lutron 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.

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

diff --git a/source/_components/lutron_caseta.markdown b/source/_components/lutron_caseta.markdown index 2cd45e95077..bb2b3167e8f 100644 --- a/source/_components/lutron_caseta.markdown +++ b/source/_components/lutron_caseta.markdown @@ -13,17 +13,18 @@ featured: False ha_release: 0.41 --- -[Lutron](http://www.lutron.com/) is an American lighting control company. They have several lines of home automation devices that manage light switches/dimmers, occupancy sensors, HVAC controls, etc. The `lutron_caseta` component in Home Assistant is responsible for communicating with the Lutron SmartBridge for these systems. +[Lutron](http://www.lutron.com/) is an American lighting control company. They have several lines of home automation devices that manage light switches/dimmers, occupancy sensors, HVAC controls, etc. The `lutron_caseta` component in Home Assistant is responsible for communicating with the Lutron SmartBridge for these systems. -This component only supports the Caseta line of products. Current only supports Caseta dimmers as Home Assistant lights and caseta wall switches as Home Assistant switches. +This component only supports the Caseta line of products. Current only supports Caseta dimmers as Home Assistant lights and caseta wall switches as Home Assistant switches. 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: - host: + host: IP_ADDRESS ``` Configuration variables: @@ -31,5 +32,5 @@ Configuration variables: - **host** (*Required*): The IP address of the Lutron SmartBridge.

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