This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
ha-client.app/help/what_you_need.md
2020-04-29 16:14:46 +03:00

26 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# [Help pages](/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](#help-pages---what-you-need)
## Android
Minimum supported Android API level is 21. Thats **Android 5.0** and higher.
[Back to top](#help-pages---what-you-need)
### Next > [Connection](/help/connection)