home-assistant.io/source/_components/homematicip_cloud.markdown
Mattias Welponer 796ef7a3fb Rename and fix naming in homematicip_cloud (#5088)
* Rename homematicip to homematicip_cloud

* Fix homematicip_cloud naming

* Update link and formating
2018-04-03 09:51:36 +02:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, ha_release, featured
layout title description date sidebar comments sharing footer ha_category ha_iot_class ha_release featured
page HomematicIP Cloud Instructions for integrating HomematicIP into Home Assistant. 2018-04-02 13:40 true false true true Hub Cloud Polling 0.66 false

The HomematicIP component platform is used as an interface to the cloud server. For for communication homematicip-rest-api is used.

To set up the component:

  • generate the authentication token:
generate_auth_token.py
  • add the information to your configuration.yaml file:
homematicip_cloud:
  - name: NAME
    accesspoint: IDENTIFIER
    authtoken: AUTHTOKEN

Configuration variables (global):

  • 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 generate_auth_token.py.