HA Dashboard is my own approach to creating a dashboard for home assistant with a consistent look and feel, without the hassle to configure yaml files or using the built in editor. It runs separate from home assistant on docker (or a webserver of your choice) and uses the websocket and rest api’s for interaction.
Link to project; GitHub - mp-se/ha-dashboard: Home assistant dashboard as a standalone webapp
The project is delivered as a docker container where you add your ssl certificates and configuration file. SSL is required if you want to install this as an application on your mobile device.
Try the demo here; Home Assistant - Dashboard
It does not cover all the entities in HA mainly due to i don’t have them in my system nor any data to test with, but suggestions and contributions are welcome.