Skip to content

Commit 796ef7a

Browse files
worm-eefrenck
authored andcommitted
Rename and fix naming in homematicip_cloud (home-assistant#5088)
* Rename homematicip to homematicip_cloud * Fix homematicip_cloud naming * Update link and formating
1 parent 81ad15e commit 796ef7a

File tree

3 files changed

+28
-25
lines changed

3 files changed

+28
-25
lines changed

source/_components/homematicip.markdown renamed to source/_components/homematicip_cloud.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page
3-
title: "HomematicIP"
3+
title: "HomematicIP Cloud"
44
description: "Instructions for integrating HomematicIP into Home Assistant."
5-
date: 2018-03-06 20:40
5+
date: 2018-04-02 13:40
66
sidebar: true
77
comments: false
88
sharing: true
@@ -13,28 +13,28 @@ ha_release: 0.66
1313
featured: false
1414
---
1515

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.
1717
For for communication [homematicip-rest-api](https://github.com/coreGreenberet/homematicip-rest-api) is used.
1818

1919
To set up the component:
2020

21-
- **generate the authentication token**:
21+
- generate the authentication token:
2222
```yaml
2323
generate_auth_token.py
2424
```
2525

26-
- ** add the information to your `configuration.yaml` file:
26+
- add the information to your `configuration.yaml` file:
2727

2828
```yaml
29-
homematicip:
29+
homematicip_cloud:
3030
- name: NAME
3131
accesspoint: IDENTIFIER
3232
authtoken: AUTHTOKEN
3333
```
3434
3535
Configuration variables (global):
3636
37-
- **name** (*Required*): Name to identify your access point, this will be
37+
- **name** (*Optional*): Name to identify your access point, this will be
3838
used to prefix your device names.
3939
- **accesspoint** (*Required*): This is the access point id (SGTIN)
4040
- **authtoken** (*Required*): Authentification token generated with

source/_components/sensor.homematicip.markdown

Lines changed: 0 additions & 18 deletions
This file was deleted.
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 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.

0 commit comments

Comments
 (0)