From 4d69c9559b1c62298d6b2a03dfd0dcbd927dcae7 Mon Sep 17 00:00:00 2001 From: hahn-th Date: Wed, 13 Jul 2022 07:39:52 +0200 Subject: [PATCH] Updated links to lib The Ownership of the project homematicip-rest-api has changed to hahn-th. links has been updated. --- source/_integrations/homematicip_cloud.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/homematicip_cloud.markdown b/source/_integrations/homematicip_cloud.markdown index 50efd1dae44e..006270cfa15b 100644 --- a/source/_integrations/homematicip_cloud.markdown +++ b/source/_integrations/homematicip_cloud.markdown @@ -184,12 +184,12 @@ Within this delay the device registration should be completed in the App, otherw ## What to do, if a device is missing in Home Assistant -In order for a device to be integrated into Home Assistant, it must first be implemented in the upstream library. A dump of your configuration is required for this, which is then attached to a new issue in the [upstream lib's](https://github.com/coreGreenberet/homematicip-rest-api) GitHub repository. +In order for a device to be integrated into Home Assistant, it must first be implemented in the upstream library. A dump of your configuration is required for this, which is then attached to a new issue in the [upstream lib's](https://github.com/hahn-th/homematicip-rest-api) GitHub repository. 1. Create a dump of your access point configuration in Home Assistant: Developer Tools -> Services -> Select `homematicip_cloud.dump_hap_config` -> Execute. The default dump is anonymized and is written to your configuration directory (`hmip_config_XXXX.json`). -2. Create a [new issue](https://github.com/coreGreenberet/homematicip-rest-api/issues/new) at this GitHub repository and attach the created dump file. +2. Create a [new issue](https://github.com/hahn-th/homematicip-rest-api/issues/new) at this GitHub repository and attach the created dump file. Please be patient, wait for the implementation and a new release of the upstream library. Afterward, this device can be implemented into Home Assistant.