mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Rename and fix naming in homematicip_cloud (#5088)
* Rename homematicip to homematicip_cloud * Fix homematicip_cloud naming * Update link and formating
This commit is contained in:
parent
81ad15e9be
commit
796ef7a3fb
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "HomematicIP"
|
title: "HomematicIP Cloud"
|
||||||
description: "Instructions for integrating HomematicIP into Home Assistant."
|
description: "Instructions for integrating HomematicIP into Home Assistant."
|
||||||
date: 2018-03-06 20:40
|
date: 2018-04-02 13:40
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
@ -13,20 +13,20 @@ ha_release: 0.66
|
|||||||
featured: false
|
featured: false
|
||||||
---
|
---
|
||||||
|
|
||||||
The [HomematicIP](http://www.homematicip.com/) component platform is used as an interface to the cloud server.
|
The [HomematicIP](http://www.homematic-ip.com) component platform is used as an interface to the cloud server.
|
||||||
For for communication [homematicip-rest-api](https://github.com/coreGreenberet/homematicip-rest-api) is used.
|
For for communication [homematicip-rest-api](https://github.com/coreGreenberet/homematicip-rest-api) is used.
|
||||||
|
|
||||||
To set up the component:
|
To set up the component:
|
||||||
|
|
||||||
- **generate the authentication token**:
|
- generate the authentication token:
|
||||||
```yaml
|
```yaml
|
||||||
generate_auth_token.py
|
generate_auth_token.py
|
||||||
```
|
```
|
||||||
|
|
||||||
- ** add the information to your `configuration.yaml` file:
|
- add the information to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
homematicip:
|
homematicip_cloud:
|
||||||
- name: NAME
|
- name: NAME
|
||||||
accesspoint: IDENTIFIER
|
accesspoint: IDENTIFIER
|
||||||
authtoken: AUTHTOKEN
|
authtoken: AUTHTOKEN
|
||||||
@ -34,7 +34,7 @@ homematicip:
|
|||||||
|
|
||||||
Configuration variables (global):
|
Configuration variables (global):
|
||||||
|
|
||||||
- **name** (*Required*): Name to identify your access point, this will be
|
- **name** (*Optional*): Name to identify your access point, this will be
|
||||||
used to prefix your device names.
|
used to prefix your device names.
|
||||||
- **accesspoint** (*Required*): This is the access point id (SGTIN)
|
- **accesspoint** (*Required*): This is the access point id (SGTIN)
|
||||||
- **authtoken** (*Required*): Authentification token generated with
|
- **authtoken** (*Required*): Authentification token generated with
|
@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: "HomematicIP Sensor"
|
|
||||||
description: "Instructions on how to integrate Homematic sensors within Home Assistant."
|
|
||||||
date: 2016-06-28 08:30
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: homematic.png
|
|
||||||
ha_category: Sensor
|
|
||||||
ha_release: 0.66
|
|
||||||
ha_iot_class: "Local Push"
|
|
||||||
---
|
|
||||||
|
|
||||||
The `homematicip` sensor platform lets you control [Homematic](http://www.homematic.com/) sensors through Home Assistant.
|
|
||||||
|
|
||||||
Devices will be configured automatically. Please refer to the [component](/components/homematicip/) configuration on how to setup Homematic.
|
|
21
source/_components/sensor.homematicip_cloud.markdown
Normal file
21
source/_components/sensor.homematicip_cloud.markdown
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "HomematicIP Cloud Sensor"
|
||||||
|
description: "Instructions on how to integrate HomematIP sensors within Home Assistant."
|
||||||
|
date: 2018-04-02 13:40
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: homematic.png
|
||||||
|
ha_category: Sensor
|
||||||
|
ha_release: 0.66
|
||||||
|
ha_iot_class: "Local Push"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `homematicip_cloud` sensor platform allows you to control
|
||||||
|
[HomematicIP](http://www.homematicip.de) sensors through Home Assistant.
|
||||||
|
|
||||||
|
Devices will be configured automatically. Please refer to the
|
||||||
|
[component](/components/homematicip_cloud/) configuration on how to setup
|
||||||
|
HomematicIP Cloud.
|
Loading…
x
Reference in New Issue
Block a user