mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +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
|
||||
title: "HomematicIP"
|
||||
title: "HomematicIP Cloud"
|
||||
description: "Instructions for integrating HomematicIP into Home Assistant."
|
||||
date: 2018-03-06 20:40
|
||||
date: 2018-04-02 13:40
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
@ -13,20 +13,20 @@ ha_release: 0.66
|
||||
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.
|
||||
|
||||
To set up the component:
|
||||
|
||||
- **generate the authentication token**:
|
||||
- generate the authentication token:
|
||||
```yaml
|
||||
generate_auth_token.py
|
||||
```
|
||||
|
||||
- ** add the information to your `configuration.yaml` file:
|
||||
- add the information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
homematicip:
|
||||
homematicip_cloud:
|
||||
- name: NAME
|
||||
accesspoint: IDENTIFIER
|
||||
authtoken: AUTHTOKEN
|
||||
@ -34,7 +34,7 @@ homematicip:
|
||||
|
||||
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.
|
||||
- **accesspoint** (*Required*): This is the access point id (SGTIN)
|
||||
- **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