From 38733c554b353e3151cdbafdaaab8d3dd428c92b Mon Sep 17 00:00:00 2001 From: Mattias Welponer Date: Sun, 27 May 2018 23:31:26 +0200 Subject: [PATCH] Update homematicip cloud components (#5248) * Rename homematicip to homematicip_cloud * Fix homematicip_cloud naming * Update link and formating * Update of configuration and new componets for homematicip_cloud * Update binary_sensor.homematicip_cloud.markdown * Update light.homematicip_cloud.markdown * Update switch.homematicip_cloud.markdown --- .../binary_sensor.homematicip_cloud.markdown | 21 +++++++++++++++++++ source/_components/homematicip_cloud.markdown | 7 ++++--- .../light.homematicip_cloud.markdown | 21 +++++++++++++++++++ .../sensor.homematicip_cloud.markdown | 2 +- .../switch.homematicip_cloud.markdown | 21 +++++++++++++++++++ 5 files changed, 68 insertions(+), 4 deletions(-) create mode 100644 source/_components/binary_sensor.homematicip_cloud.markdown create mode 100644 source/_components/light.homematicip_cloud.markdown create mode 100644 source/_components/switch.homematicip_cloud.markdown diff --git a/source/_components/binary_sensor.homematicip_cloud.markdown b/source/_components/binary_sensor.homematicip_cloud.markdown new file mode 100644 index 00000000000..ffec7b701ce --- /dev/null +++ b/source/_components/binary_sensor.homematicip_cloud.markdown @@ -0,0 +1,21 @@ +--- +layout: page +title: "HomematicIP Cloud Binary Sensor" +description: "Instructions on how to integrate HomematicIP binary sensors within Home Assistant." +date: 2018-04-02 13:40 +sidebar: true +comments: false +sharing: true +footer: true +logo: homematic.png +ha_category: Binary Sensor +ha_release: 0.66 +ha_iot_class: "Local Push" +--- + +The `homematicip_cloud` binary_switch platform allows you to control +[HomematicIP](http://www.homematic-ip.com) binary sensors through Home Assistant. + +Devices will be configured automatically. Please refer to the +[component](/components/homematicip_cloud/) configuration on how to setup +HomematicIP Cloud. diff --git a/source/_components/homematicip_cloud.markdown b/source/_components/homematicip_cloud.markdown index c2f5320aa7d..19134916b4f 100644 --- a/source/_components/homematicip_cloud.markdown +++ b/source/_components/homematicip_cloud.markdown @@ -24,12 +24,13 @@ generate_auth_token.py ``` - add the information to your `configuration.yaml` file: - ```yaml homematicip_cloud: - - name: NAME - accesspoint: IDENTIFIER + - accesspoint: IDENTIFIER authtoken: AUTHTOKEN + - name: Location2 + accesspoint: IDENTIFIER2 + authtoken: AUTHTOKEN2 ``` Configuration variables (global): diff --git a/source/_components/light.homematicip_cloud.markdown b/source/_components/light.homematicip_cloud.markdown new file mode 100644 index 00000000000..5ebe9bd823b --- /dev/null +++ b/source/_components/light.homematicip_cloud.markdown @@ -0,0 +1,21 @@ +--- +layout: page +title: "HomematicIP Cloud Light" +description: "Instructions on how to integrate HomematicIP light switches within Home Assistant." +date: 2018-04-02 13:40 +sidebar: true +comments: false +sharing: true +footer: true +logo: homematic.png +ha_category: Switch +ha_release: 0.66 +ha_iot_class: "Local Push" +--- + +The `homematicip_cloud` light platform allows you to control +[HomematicIP](http://www.homematic-ip.com) light switches through Home Assistant. + +Devices will be configured automatically. Please refer to the +[component](/components/homematicip_cloud/) configuration on how to setup +HomematicIP Cloud. diff --git a/source/_components/sensor.homematicip_cloud.markdown b/source/_components/sensor.homematicip_cloud.markdown index bfb84498909..7903bc55de0 100644 --- a/source/_components/sensor.homematicip_cloud.markdown +++ b/source/_components/sensor.homematicip_cloud.markdown @@ -1,7 +1,7 @@ --- layout: page title: "HomematicIP Cloud Sensor" -description: "Instructions on how to integrate HomematIP sensors within Home Assistant." +description: "Instructions on how to integrate HomematicIP sensors within Home Assistant." date: 2018-04-02 13:40 sidebar: true comments: false diff --git a/source/_components/switch.homematicip_cloud.markdown b/source/_components/switch.homematicip_cloud.markdown new file mode 100644 index 00000000000..d312102bf46 --- /dev/null +++ b/source/_components/switch.homematicip_cloud.markdown @@ -0,0 +1,21 @@ +--- +layout: page +title: "HomematicIP Cloud Switch" +description: "Instructions on how to integrate HomematicIP switches within Home Assistant." +date: 2018-04-02 13:40 +sidebar: true +comments: false +sharing: true +footer: true +logo: homematic.png +ha_category: Switch +ha_release: 0.66 +ha_iot_class: "Local Push" +--- + +The `homematicip_cloud` switch platform allows you to control +[HomematicIP](http://www.homematic-ip.com) switches through Home Assistant. + +Devices will be configured automatically. Please refer to the +[component](/components/homematicip_cloud/) configuration on how to setup +HomematicIP Cloud.