Skip to content

Commit 38733c5

Browse files
worm-eeballoob
authored andcommitted
Update homematicip cloud components (home-assistant#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
1 parent 9721e8c commit 38733c5

5 files changed

+68
-4
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: page
3+
title: "HomematicIP Cloud Binary Sensor"
4+
description: "Instructions on how to integrate HomematicIP binary sensors within Home Assistant."
5+
date: 2018-04-02 13:40
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: homematic.png
11+
ha_category: Binary Sensor
12+
ha_release: 0.66
13+
ha_iot_class: "Local Push"
14+
---
15+
16+
The `homematicip_cloud` binary_switch platform allows you to control
17+
[HomematicIP](http://www.homematic-ip.com) binary sensors through Home Assistant.
18+
19+
Devices will be configured automatically. Please refer to the
20+
[component](/components/homematicip_cloud/) configuration on how to setup
21+
HomematicIP Cloud.

source/_components/homematicip_cloud.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ generate_auth_token.py
2424
```
2525

2626
- add the information to your `configuration.yaml` file:
27-
2827
```yaml
2928
homematicip_cloud:
30-
- name: NAME
31-
accesspoint: IDENTIFIER
29+
- accesspoint: IDENTIFIER
3230
authtoken: AUTHTOKEN
31+
- name: Location2
32+
accesspoint: IDENTIFIER2
33+
authtoken: AUTHTOKEN2
3334
```
3435
3536
Configuration variables (global):
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: page
3+
title: "HomematicIP Cloud Light"
4+
description: "Instructions on how to integrate HomematicIP light switches within Home Assistant."
5+
date: 2018-04-02 13:40
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: homematic.png
11+
ha_category: Switch
12+
ha_release: 0.66
13+
ha_iot_class: "Local Push"
14+
---
15+
16+
The `homematicip_cloud` light platform allows you to control
17+
[HomematicIP](http://www.homematic-ip.com) light switches through Home Assistant.
18+
19+
Devices will be configured automatically. Please refer to the
20+
[component](/components/homematicip_cloud/) configuration on how to setup
21+
HomematicIP Cloud.

source/_components/sensor.homematicip_cloud.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "HomematicIP Cloud Sensor"
4-
description: "Instructions on how to integrate HomematIP sensors within Home Assistant."
4+
description: "Instructions on how to integrate HomematicIP sensors within Home Assistant."
55
date: 2018-04-02 13:40
66
sidebar: true
77
comments: false
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: page
3+
title: "HomematicIP Cloud Switch"
4+
description: "Instructions on how to integrate HomematicIP switches within Home Assistant."
5+
date: 2018-04-02 13:40
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: homematic.png
11+
ha_category: Switch
12+
ha_release: 0.66
13+
ha_iot_class: "Local Push"
14+
---
15+
16+
The `homematicip_cloud` switch platform allows you to control
17+
[HomematicIP](http://www.homematic-ip.com) switches through Home Assistant.
18+
19+
Devices will be configured automatically. Please refer to the
20+
[component](/components/homematicip_cloud/) configuration on how to setup
21+
HomematicIP Cloud.

0 commit comments

Comments
 (0)