From 1fe683b4b5ac6e3a02cf5dacff14d30c2fe0485b Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Wed, 29 Jun 2016 09:47:49 +0200 Subject: [PATCH] Re-added platforms with link to component Since we switched to autodetect-only, we don't need to configure platforms. Still having platform sites makes sense as users may browse the components listing for specific types. Other hubs like wink do this as well. --- .../binary_sensor.homematic.markdown | 19 +++++++++++++++++++ source/_components/homematic.markdown | 1 + source/_components/light.homematic.markdown | 19 +++++++++++++++++++ .../rollershutter.homematic.markdown | 19 +++++++++++++++++++ source/_components/sensor.homematic.markdown | 19 +++++++++++++++++++ source/_components/switch.homematic.markdown | 19 +++++++++++++++++++ 6 files changed, 96 insertions(+) create mode 100644 source/_components/binary_sensor.homematic.markdown create mode 100644 source/_components/light.homematic.markdown create mode 100644 source/_components/rollershutter.homematic.markdown create mode 100644 source/_components/sensor.homematic.markdown create mode 100644 source/_components/switch.homematic.markdown diff --git a/source/_components/binary_sensor.homematic.markdown b/source/_components/binary_sensor.homematic.markdown new file mode 100644 index 00000000000..37140c84337 --- /dev/null +++ b/source/_components/binary_sensor.homematic.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Homematic Binary Sensor" +description: "Instructions how to integrate binary Homematic sensors within Home Assistant." +date: 2016-06-28 08:30 +sidebar: true +comments: false +sharing: true +footer: true +logo: homematic.png +ha_category: Binary Sensor +ha_release: 0.23 +ha_iot_class: "Local Push" +--- + + +The `homematic` binary sensor platform lets you observe the state changes of binary [Homematic](http://www.homematic.com/) sensors through Home Assistant. + +Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic. \ No newline at end of file diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index 0d468325c7e..26e78145fe0 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -10,6 +10,7 @@ footer: true logo: homematic.png ha_category: Hub ha_iot_class: "Local Push" +featured: true --- diff --git a/source/_components/light.homematic.markdown b/source/_components/light.homematic.markdown new file mode 100644 index 00000000000..b2223ae9e4c --- /dev/null +++ b/source/_components/light.homematic.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Homematic Light" +description: "Instructions how to integrate Homematic lights within Home Assistant." +date: 2016-06-28 08:30 +sidebar: true +comments: false +sharing: true +footer: true +logo: homematic.png +ha_category: Light +ha_release: 0.23 +ha_iot_class: "Local Push" +--- + + +The `homematic` light platform lets you control [Homematic](http://www.homematic.com/) lights through Home Assistant. + +Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic. \ No newline at end of file diff --git a/source/_components/rollershutter.homematic.markdown b/source/_components/rollershutter.homematic.markdown new file mode 100644 index 00000000000..38ea5ce3db6 --- /dev/null +++ b/source/_components/rollershutter.homematic.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Homematic Rollershutter" +description: "Instructions how to integrate Homematic rollershutters within Home Assistant." +date: 2016-06-28 08:30 +sidebar: true +comments: false +sharing: true +footer: true +logo: homematic.png +ha_category: Rollershutter +ha_release: 0.23 +ha_iot_class: "Local Push" +--- + + +The `homematic` rollershutter platform lets you control [Homematic](http://www.homematic.com/) rollershutters through Home Assistant. + +Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic. \ No newline at end of file diff --git a/source/_components/sensor.homematic.markdown b/source/_components/sensor.homematic.markdown new file mode 100644 index 00000000000..aea1b6d5ef2 --- /dev/null +++ b/source/_components/sensor.homematic.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Homematic Sensor" +description: "Instructions how to integrate Homematic sensors within Home Assistant." +date: 2016-06-28 08:30 +sidebar: true +comments: false +sharing: true +footer: true +logo: homematic.png +ha_category: Sensor +ha_release: 0.23 +ha_iot_class: "Local Push" +--- + + +The `homematic` sensor platform lets you observe the state of [Homematic](http://www.homematic.com/) sensors through Home Assistant. + +Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic. \ No newline at end of file diff --git a/source/_components/switch.homematic.markdown b/source/_components/switch.homematic.markdown new file mode 100644 index 00000000000..3e3fd7e8788 --- /dev/null +++ b/source/_components/switch.homematic.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Homematic Switch" +description: "Instructions how to integrate Homematic switches within Home Assistant." +date: 2016-06-28 08:30 +sidebar: true +comments: false +sharing: true +footer: true +logo: homematic.png +ha_category: Switch +ha_release: 0.23 +ha_iot_class: "Local Push" +--- + + +The `homematic` switch platform lets you control [Homematic](http://www.homematic.com/) switches through Home Assistant. + +Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic. \ No newline at end of file