From f2ef85dc2490d3391b266c8f3b30d1b47a7c2a8d Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Wed, 29 Apr 2020 13:39:29 +0300 Subject: [PATCH] Create what_you_need.md --- help/what_you_need.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 help/what_you_need.md diff --git a/help/what_you_need.md b/help/what_you_need.md new file mode 100644 index 0000000..5612695 --- /dev/null +++ b/help/what_you_need.md @@ -0,0 +1,23 @@ +# [Documentation](/help) - What You Need +If this documentation was not useful enough for you, feel free to ask any question in [HA Client on Descord](https://discord.gg/nd6FZQ) + +- [Home Assistant](#home-assistant) +- [Android](#android) + +## Home Assistant +Of course you need [Home Assistant](https://www.home-assistant.io/) to make HA Client work. The version of Home Assintant should be **0.104** or higher. + +To connect to your Home Assistant instance with HA Client you need `mobile_app` component to be enabled. If you have `default_config` in your `configuration.yaml` you don't need to add anything. If not - just add (or check if exist) this line to your `configuration.yaml`: + +```yaml +mobile_app: +``` + +Also to make HA Client work outside of your home network [remote access](https://www.home-assistant.io/docs/configuration/remote/) should be configured or [Remote UI](https://www.nabucasa.com/config/remote/) should be used. + +[Back to top](##documentation---what-you-need) + +## Android +Minimum supported Android API level is 21. That’s **Android 5.0** and higher. +[Back to top](##documentation---what-you-need) +Next: [Connection](/help/connection)