From b1f8e45decad75b198c3262b3a55116c5afe7c5a Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Wed, 21 Aug 2019 10:05:44 +0300 Subject: [PATCH] Update docs.md --- docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.md b/docs.md index 64e5106..42cb800 100644 --- a/docs.md +++ b/docs.md @@ -114,7 +114,7 @@ For now Home Assistant don't have a way to detect was current application on cur ![image](/assets/images/duplicate_integration.png) -As well as two second `notify` service and second `device_tracker` entity. **Notifications will not be handled by HA Client**. To fix this you need to got to *Configuration* - *Integrations* in your Home Assistant and remove any Integration created by HA Client for your device. Then you need to restart Home Assistant server to make all exces entities to be removed. +As well as second `notify` service and second `device_tracker` entity. **Notifications will not be handled by HA Client**. To fix this you need to got to *Configuration* - *Integrations* in your Home Assistant and remove any Integration created by HA Client for your device. Then you need to restart Home Assistant server to make all exces entities to be removed. After that you can go to *Config* in HA Client, scroll down to *Mobile app* and *Reset registration*. A new Integration will be created and Home Assistant server should be restarted once again. Notifications should be handled properly now.