File tree Expand file tree Collapse file tree 5 files changed +68
-4
lines changed Expand file tree Collapse file tree 5 files changed +68
-4
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -24,12 +24,13 @@ generate_auth_token.py
24
24
```
25
25
26
26
- add the information to your ` configuration.yaml ` file:
27
-
28
27
``` yaml
29
28
homematicip_cloud :
30
- - name : NAME
31
- accesspoint : IDENTIFIER
29
+ - accesspoint : IDENTIFIER
32
30
authtoken : AUTHTOKEN
31
+ - name : Location2
32
+ accesspoint : IDENTIFIER2
33
+ authtoken : AUTHTOKEN2
33
34
` ` `
34
35
35
36
Configuration variables (global):
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
3
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."
5
5
date : 2018-04-02 13:40
6
6
sidebar : true
7
7
comments : false
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments