From 6c1de04b8b6df4133c9ccb28411c343fcc6f3701 Mon Sep 17 00:00:00 2001 From: cdheiser <10488026+cdheiser@users.noreply.github.com> Date: Tue, 25 Dec 2018 14:25:56 -0800 Subject: [PATCH] Add documentation for newly added Switch and Scene support for Lutron. (#7444) * Add documentation for newly added Switch and Scene support for Lutron. * :pencil2: Adds ha_release * :pencil2: Adds ha_release --- source/_components/scene.lutron.markdown | 21 +++++++++++++++++++++ source/_components/switch.lutron.markdown | 16 ++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 source/_components/scene.lutron.markdown create mode 100644 source/_components/switch.lutron.markdown diff --git a/source/_components/scene.lutron.markdown b/source/_components/scene.lutron.markdown new file mode 100644 index 00000000000..384bbd92e54 --- /dev/null +++ b/source/_components/scene.lutron.markdown @@ -0,0 +1,21 @@ +--- +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 new file mode 100644 index 00000000000..11ce9f1611f --- /dev/null +++ b/source/_components/switch.lutron.markdown @@ -0,0 +1,16 @@ +--- +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/).