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
This commit is contained in:
Mattias Welponer 2018-05-27 23:31:26 +02:00 committed by Paulus Schoutsen
parent 9721e8c1a7
commit 38733c554b
5 changed files with 68 additions and 4 deletions

View File

@ -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.

View File

@ -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):

View File

@ -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.

View File

@ -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

View File

@ -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.