From dc9fb28845a4f34eabce907c67e57e31a61c98df Mon Sep 17 00:00:00 2001 From: Glenn Waters Date: Wed, 10 Oct 2018 13:07:54 -0400 Subject: [PATCH] Add Elk-M1 switch and scene platforms (#6613) * Add Elk-M1 switch platform. * Split tasks off as scene entities. * Fix tag. --- source/_components/scene.elkm1.markdown | 22 ++++++++++++++++++++++ source/_components/switch.elkm1.markdown | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 source/_components/scene.elkm1.markdown create mode 100644 source/_components/switch.elkm1.markdown diff --git a/source/_components/scene.elkm1.markdown b/source/_components/scene.elkm1.markdown new file mode 100644 index 00000000000..346e54be32a --- /dev/null +++ b/source/_components/scene.elkm1.markdown @@ -0,0 +1,22 @@ +--- +layout: page +title: "Elk-M1 Scene" +description: "Instructions on how to integrate Elk-M1 tasks (macros)." +date: 2018-10-07 00:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: elkproducts.png +ha_release: 0.81 +ha_category: Scene +ha_iot_class: "Local Push" +--- + +The `elkm1` platform allows you to control your [Elk-M1](https://www.elkproducts.com/m1_controls.html). + +Elk-M1 tasks are represented as `scene` entities. + +

+Full configuration details can be found on the main [Elk-M1 component](/components/elkm1/) page. +

diff --git a/source/_components/switch.elkm1.markdown b/source/_components/switch.elkm1.markdown new file mode 100644 index 00000000000..8ef52a09af6 --- /dev/null +++ b/source/_components/switch.elkm1.markdown @@ -0,0 +1,22 @@ +--- +layout: page +title: "Elk-M1 Switch" +description: "Instructions on how to integrate Elk-M1 outputs (relays)." +date: 2018-10-07 00:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: elkproducts.png +ha_release: 0.81 +ha_category: Switch +ha_iot_class: "Local Push" +--- + +The `elkm1` platform allows you to control your [Elk-M1](https://www.elkproducts.com/m1_controls.html). + +Elk-M1 outputs are represented as `switch` entities. + +

+Full configuration details can be found on the main [Elk-M1 component](/components/elkm1/) page. +