From 5be0fe5f7bcd3ca59c5a74c30edd0a4908ac5101 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Wed, 29 Apr 2020 14:02:50 +0300 Subject: [PATCH] Create connection.md --- help/connection.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 help/connection.md diff --git a/help/connection.md b/help/connection.md new file mode 100644 index 0000000..b03418a --- /dev/null +++ b/help/connection.md @@ -0,0 +1,28 @@ +# [Documentation](/help) - Connection +If this documentation was not useful enough for you, feel free to ask any question in [HA Client on Descord](https://discord.gg/nd6FZQ) + +- [Quick start](#quick-start) +- [Advanced](#advanced) + - [Port](#port) + - [HTTP or HTTPS](#http-or-https) + - [SSL Certificates](#ssl-certificates) + +## Quick start +The quick and easy whay to connect HA Client with your Home Assistant server is to use [Remote UI](https://www.nabucasa.com/config/remote/). If you alredy had it set up, just open your Home Assistant UI in browser, go to **Configuration** - **Home Assistant Cloud**, find **Remote Control** section and copy the url from **Your instance is available at**. + +![image](/help/images/connection001.png) + +![image](/help/images/connection002.png) + +Then just go to **App settings** in HA Client, choose **Connection settings**, put copied url to **Home Assistant url** field ignoring all other fields and hit **Apply**. +![]() + +[Back to top](##documentation---connection) + +## Advanced +### Port + + +[Back to top](##documentation---connection) +Previous: [What you need](/help/what_you_need) +Next: [Connection](/help/connection)