mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-01 07:46:49 +00:00

* Rename homematicip to homematicip_cloud * Fix homematicip_cloud naming * Update link and formating * Update of configuration and new componets for homematicip_cloud * Update binary_sensor.homematicip_cloud.markdown * Update light.homematicip_cloud.markdown * Update switch.homematicip_cloud.markdown
1.1 KiB
1.1 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:
- accesspoint: IDENTIFIER
authtoken: AUTHTOKEN
- name: Location2
accesspoint: IDENTIFIER2
authtoken: AUTHTOKEN2
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
.