Add initial support fo HomematicIP components (#4850)

* Add initial support fo HomematicIP components

* ✏️ Spelling updates
This commit is contained in:
Mattias Welponer 2018-03-18 18:42:00 +01:00 committed by Franck Nijhof
parent d44266b2bb
commit 084d69cd98

View File

@ -0,0 +1,43 @@
---
layout: page
title: "HomematicIP"
description: "Instructions for integrating HomematicIP into Home Assistant."
date: 2018-03-06 20:40
sidebar: true
comments: false
sharing: true
footer: true
logo: homematicip.png
ha_category: Hub
ha_iot_class: "Cloud Polling"
ha_release: 0.66
featured: false
---
The [HomematicIP](http://www.homematicip.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**:
```yaml
generate_auth_token.py
```
- ** add the information to your `configuration.yaml` file:
```yaml
homematicip:
- name: NAME
accesspoint: IDENTIFIER
authtoken: AUTHTOKEN
```
Configuration variables (global):
- **name** (*Required*): 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
`generate_auth_token.py`.