This repository has been archived on 2023-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
ha-client.app/help/user_interface.md
2020-04-29 18:22:19 +03:00

33 lines
1.7 KiB
Markdown

# [Help pages](/help) - User interface
- [Supported Lovelace Cards](#supported-cards)
- [Additional UI tricks](#additional-ui-tricks)
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 %}
HA Client tries its best to display the same [Lovelace](https://www.home-assistant.io/lovelace/) interface as you have on the web. HA Client supports Lovelace [Views and Dashboards](https://www.home-assistant.io/lovelace/dashboards-and-views/) as well some Cards, but yet not all of them.
## Supported Cards
- [Alarm panel](https://www.home-assistant.io/lovelace/alarm-panel/)
- [Button](https://www.home-assistant.io/lovelace/button/)
- [Conditional](https://www.home-assistant.io/lovelace/conditional/)
- [Entities](https://www.home-assistant.io/lovelace/entities/)
- [Entity filter](https://www.home-assistant.io/lovelace/entity-filter/)
- [Gauge](https://www.home-assistant.io/lovelace/gauge/)
- [Glance](https://www.home-assistant.io/lovelace/glance/)
- [Horizontal stack](https://www.home-assistant.io/lovelace/horizontal-stack/)
- [Markdown](https://www.home-assistant.io/lovelace/markdown/)
- [Media control](https://www.home-assistant.io/lovelace/media-control/)
- [Vertical stack](https://www.home-assistant.io/lovelace/vertical-stack/)
[Back to top](#help-pages---user-interface)
## Additional UI tricks
If you whant to add additional vertical space between cards you can use [Markdown](https://www.home-assistant.io/lovelace/markdown/) card setting its **content** to `***`.
[Back to top](#help-pages---user-interface)
### [Connection](/help/connection) < Previous | Next > [Mobile App Integration](/help/mobile_app_integration)