File tree 3 files changed +28
-25
lines changed 3 files changed +28
-25
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
- title : " HomematicIP"
3
+ title : " HomematicIP Cloud "
4
4
description : " Instructions for integrating HomematicIP into Home Assistant."
5
- date : 2018-03-06 20 :40
5
+ date : 2018-04-02 13 :40
6
6
sidebar : true
7
7
comments : false
8
8
sharing : true
@@ -13,28 +13,28 @@ ha_release: 0.66
13
13
featured : false
14
14
---
15
15
16
- The [ HomematicIP] ( http://www.homematicip .com/ ) component platform is used as an interface to the cloud server.
16
+ The [ HomematicIP] ( http://www.homematic-ip .com ) component platform is used as an interface to the cloud server.
17
17
For for communication [ homematicip-rest-api] ( https://github.com/coreGreenberet/homematicip-rest-api ) is used.
18
18
19
19
To set up the component:
20
20
21
- - ** generate the authentication token** :
21
+ - generate the authentication token:
22
22
``` yaml
23
23
generate_auth_token.py
24
24
```
25
25
26
- - ** add the information to your ` configuration.yaml ` file:
26
+ - add the information to your ` configuration.yaml ` file:
27
27
28
28
``` yaml
29
- homematicip :
29
+ homematicip_cloud :
30
30
- name : NAME
31
31
accesspoint : IDENTIFIER
32
32
authtoken : AUTHTOKEN
33
33
` ` `
34
34
35
35
Configuration variables (global):
36
36
37
- - **name** (*Required *): Name to identify your access point, this will be
37
+ - **name** (*Optional *): Name to identify your access point, this will be
38
38
used to prefix your device names.
39
39
- **accesspoint** (*Required*): This is the access point id (SGTIN)
40
40
- **authtoken** (*Required*): Authentification token generated with
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : " HomematicIP Cloud Sensor"
4
+ description : " Instructions on how to integrate HomematIP 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 : Sensor
12
+ ha_release : 0.66
13
+ ha_iot_class : " Local Push"
14
+ ---
15
+
16
+ The ` homematicip_cloud ` sensor platform allows you to control
17
+ [ HomematicIP] ( http://www.homematicip.de ) 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.
You can’t perform that action at this time.
0 commit comments