From 7caaddd9ad696f54a1d1d3126faa6cd15f6a4a58 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 27 Jan 2019 23:34:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Lutron=20compo?= =?UTF-8?q?nent=20pages=20(#8323)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/cover.lutron.markdown | 16 ---------------- source/_components/light.lutron.markdown | 15 --------------- source/_components/lutron.markdown | 19 ++++++++++++++++++- source/_components/scene.lutron.markdown | 21 --------------------- source/_components/switch.lutron.markdown | 16 ---------------- 5 files changed, 18 insertions(+), 69 deletions(-) delete mode 100644 source/_components/cover.lutron.markdown delete mode 100644 source/_components/light.lutron.markdown delete mode 100644 source/_components/scene.lutron.markdown delete mode 100644 source/_components/switch.lutron.markdown diff --git a/source/_components/cover.lutron.markdown b/source/_components/cover.lutron.markdown deleted file mode 100644 index ffd2c100b28..00000000000 --- a/source/_components/cover.lutron.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: page -title: "Lutron Cover" -description: "Instructions on how to setup the Lutron shades within Home Assistant." -date: 2018-01-11 20:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: lutron.png -ha_category: Cover -ha_iot_class: "Local Polling" -ha_release: 0.61 ---- - -To get your Lutron roller shades working with Home Assistant, follow the instructions for the general [Lutron component](/components/lutron/). diff --git a/source/_components/light.lutron.markdown b/source/_components/light.lutron.markdown deleted file mode 100644 index 9e380e8d7ce..00000000000 --- a/source/_components/light.lutron.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: "Lutron Light" -description: "Instructions on 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 -ha_iot_class: "Local Polling" ---- - -To get your Lutron lights working with Home Assistant, follow the instructions for the general [Lutron component](/components/lutron/). diff --git a/source/_components/lutron.markdown b/source/_components/lutron.markdown index 5227df6c4b0..61d3be21d50 100644 --- a/source/_components/lutron.markdown +++ b/source/_components/lutron.markdown @@ -8,10 +8,20 @@ comments: false sharing: true footer: true logo: lutron.png -ha_category: Hub +ha_category: + - Hub + - Cover + - Light + - Scene + - Switch featured: false ha_release: 0.37 ha_iot_class: "Local Polling" +redirect_from: + - /components/cover.lutron/ + - /components/light.lutron/ + - /components/scene.lutron/ + - /components/switch.lutron/ --- [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` component in Home Assistant is responsible for communicating with the main hub for these systems. @@ -50,3 +60,10 @@ password:

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 `host` if it reboots and comes up with a different IP address.

+ +## {% linkable_title Scene %} + +This component uses keypad programming to identify scenes. Currently, it only works with SeeTouch keypads. +The Lutron scene platform allows you to control scenes programmed into your SeeTouch keypads. + +After setup, scenes will appear in Home Assistant using the area, keypad, and button name. \ No newline at end of file diff --git a/source/_components/scene.lutron.markdown b/source/_components/scene.lutron.markdown deleted file mode 100644 index 384bbd92e54..00000000000 --- a/source/_components/scene.lutron.markdown +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: page -title: "Lutron Scene" -description: "Instructions on how to set up the Lutron scenes within Home Assistant." -date: 2018-10-09 09:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: lutron.png -ha_category: Scene -ha_iot_class: "Local Polling" -ha_release: 0.85 ---- - -To get your Lutron scenes working with Home Assistant, follow the instructions for the general [Lutron component](/components/lutron/). - -This component uses keypad programming to identify scenes. Currently, it only works with SeeTouch keypads. -The Lutron scene platform allows you to control scenes programmed into your SeeTouch keypads. - -After setup, scenes will appear in Home Assistant using the area, keypad, and button name. diff --git a/source/_components/switch.lutron.markdown b/source/_components/switch.lutron.markdown deleted file mode 100644 index 11ce9f1611f..00000000000 --- a/source/_components/switch.lutron.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: page -title: "Lutron Switch" -description: "Instructions on how to setu p the Lutron switches within Home Assistant." -date: 2018-10-09 09:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: lutron.png -ha_category: Switch -ha_iot_class: "Local Polling" -ha_release: 0.85 ---- - -To get your Lutron switches working with Home Assistant, follow the instructions for the general [Lutron component](/components/lutron/).