Change domain for ha-client website

This commit is contained in:
Yegor Vialov
2020-01-29 17:31:02 +00:00
parent 2003005e56
commit 831fc98ab1
7 changed files with 13 additions and 13 deletions

View File

@ -217,7 +217,7 @@ class HAClientApp extends StatelessWidget {
appBar: new AppBar(
leading: IconButton(
icon: Icon(Icons.help),
onPressed: () => Launcher.launchURLInCustomTab(context: context, url: "http://ha-client.homemade.systems/docs#authentication")
onPressed: () => Launcher.launchURLInCustomTab(context: context, url: "http://ha-client.estevez.dev/docs#authentication")
),
title: new Text("Login with HA"),
actions: <Widget>[