#Modular UI components?
1 messages · Page 1 of 1 (latest)
There are some amazing dashboards floating around on forums, subs and groups which people have put many hours into making beautiful. This request is for a method of having the ability to share a Lovelace Dashboard in the concept of a “theme” where users can simply select this community created dashboard and add their own entities to it. I think...
I think if you're in YAML-mode you can use anchors to replicate chunks of code, but I'm not that familiar with it. Nothing in the UI though.
Like karwosts mentioned, you'll want to look into using a YAML-based dashboard instead of the normal Storage Mode. [Adding more dashboards with YAML](https://www.home-assistant.io/dashboards/dashboards/#adding-more-dashboards-with-yaml). I recommend going with the second example showing how to set up a normal dashboard and also a YAML-mode dashboard. This way, you can use the UI to help you with your code and then copy it into your other dashboard.