Add Elk-M1 switch and scene platforms (#6613)

* Add Elk-M1 switch platform.

* Split tasks off as scene entities.

* Fix tag.
This commit is contained in:
Glenn Waters 2018-10-10 13:07:54 -04:00 committed by Martin Hjelmare
parent b78ec933cc
commit dc9fb28845
2 changed files with 44 additions and 0 deletions

View File

@ -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.
<p class='note'>
Full configuration details can be found on the main [Elk-M1 component](/components/elkm1/) page.
</p>

View File

@ -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.
<p class='note'>
Full configuration details can be found on the main [Elk-M1 component](/components/elkm1/) page.
</p>