From 94a39d42d66438d6f44109ad7b8f75d732b4199f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Jul 2016 12:56:17 +0200 Subject: [PATCH] Add initial KNX docs for binary sensors and switches --- source/_components/binary_sensor.knx.markdown | 15 +++++++++++++++ source/_components/switch.knx.markdown | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 source/_components/binary_sensor.knx.markdown create mode 100644 source/_components/switch.knx.markdown diff --git a/source/_components/binary_sensor.knx.markdown b/source/_components/binary_sensor.knx.markdown new file mode 100644 index 00000000000..f9af2538a4a --- /dev/null +++ b/source/_components/binary_sensor.knx.markdown @@ -0,0 +1,15 @@ +--- +layout: page +title: "KNX Binary Sensor" +description: "Instructions how to setup the KNX binary sensors within Home Assistant." +date: 2016-07-13 07:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: zknx.png +ha_category: Binary Sensor +ha_release: 0.24 +--- + +To get your KNX binary sensors working with Home Assistant, follow the instructions for the [KNX component](/components/knx/). diff --git a/source/_components/switch.knx.markdown b/source/_components/switch.knx.markdown new file mode 100644 index 00000000000..d90f21ccb06 --- /dev/null +++ b/source/_components/switch.knx.markdown @@ -0,0 +1,15 @@ +--- +layout: page +title: "KNX Switch" +description: "Instructions how to setup the KNX switches within Home Assistant." +date: 2016-07-13 07:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: zknx.png +ha_category: Switch +ha_release: 0.24 +--- + +To get your KNX switches working with Home Assistant, follow the instructions for the [KNX component](/components/knx/).