This commit is contained in:
estevez-dev
2019-06-21 12:53:03 +03:00
parent c7fc5afbb8
commit 3417c38426
2 changed files with 33 additions and 43 deletions

View File

@ -122,8 +122,8 @@ class HomeAssistant {
Connection().webhookId = responseObject["webhook_id"];
completer.complete();
eventBus.fire(ShowDialogEvent(
title: "App was registered with your Home Assistant",
body: "To start using notifications you need to restart your Home Assistant",
title: "Mobile app Integration was created",
body: "HA Client was registered as MobileApp in your Home Assistant. To start using notifications you need to restart your Home Assistant",
positiveText: "Restart now",
negativeText: "Later",
onPositive: () {