Help section

This commit is contained in:
estevez-dev
2020-04-29 18:09:34 +03:00
parent 577657ff7e
commit 5e50c09778
22 changed files with 155 additions and 6 deletions

View File

@@ -1,10 +1,20 @@
# HA Client help pages
If this documentation was not useful enough for you, feel free to ask any question in [HA Client on Descord](https://discord.gg/nd6FZQ)
{% include in_post.html %}
## Table of content
- [What you need](/help/what_you_need)
- [Home Assistant](/help/what_you_need#home-assistant)
- [Android](/help/what_you_need#android)
- [Connection](/help/connection)
- [Quick start](/help/connection#quick-start)
- [Advanced](/help/connection#advanced)
- [Port](/help/connection#port)
- [HTTP or HTTPS](/help/connection#http-or-https)
- [SSL Certificates](/help/connection#ssl-certificates)
- [Login with long-lived token](/help/connection#login-with-long-lived-token)
- [User interface](/help/user_interface)
- [Supported Lovelace Cards](/help/user_interface#supported-cards)
- [Additional UI tricks](/help/user_interface#additional-ui-tricks)
@@ -124,7 +134,7 @@ For now notificationas could only have title and text. No actions supported yet.
```
The `title` is not mandatory, by defauld it will be "HA Client".
Please note: there is a restriction on daily notifications count for each device: **150**.
Please note: there is a restriction on daily notifications count for each device: **150**.
### Location tracking
**(HA Client >= 0.7.0)**
Starting from version 0.7.0 HA Client supports updating `device_tracker` entity with real device GPS location. The app [should be registered in your HA](#mobile-app-integration) and HA need to be restarted to make it work.
@@ -154,7 +164,7 @@ Then just open HA Client app. It will check mobile app integration and ask you t
#### Location tracking issues
- If the [issue with duplicate integration](#notification-issues) is not your case but your `device_tracker` location is not updating as intended, please check [location tracking section](#if-you-want-your-location-to-be-updated-with-exact-the-same-intervhals-you-set-in-ha-client) of this guide.
- Also make sure the Location permission is granted for HA Client.
- You can disable background location tracking task and enable it again to resolve possible issues. Go to _Integration settings_ from HA Client main menu and disable Location tracking to cancel backgroud tasks. Then enable it back.
- You can disable background location tracking task and enable it again to resolve possible issues. Go to _Integration settings_ from HA Client main menu and disable Location tracking to cancel backgroud tasks. Then enable it back.
[Back to top](#documentation)
## UI Configuration