diff --git a/lib/home_assistant.class.dart b/lib/home_assistant.class.dart index 930c4f9..7b6dfa4 100644 --- a/lib/home_assistant.class.dart +++ b/lib/home_assistant.class.dart @@ -68,7 +68,7 @@ class HomeAssistant { _fetchCompleter.complete(); MobileAppIntegrationManager.checkAppRegistration(); } else { - _fetchCompleter.completeError(HAError("Mobile app component not found", actions: [HAErrorAction.tryAgain(), HAErrorAction(type: HAErrorActionType.URL ,title: "Help",url: "http://ha-client.homemade.systems/docs#mobile-app")])); + _fetchCompleter.completeError(HAError("Mobile app component not found", actions: [HAErrorAction.tryAgain(), HAErrorAction(type: HAErrorActionType.URL ,title: "Help",url: "http://ha-client.homemade.systems/docs#mobile-app-integration")])); } }).catchError((e) { _fetchCompleter.completeError(e);