#Install dashboard.yaml
1 messages ยท Page 1 of 1 (latest)
In this video, Iโll show you my personal Home Assistant Dashboard and how it works.
Get the full code for the card: https://jlnbln.gumroad.com/l/xxfno
Github: https://github.com/jlnbln/My-HA-Dashboard
The design is inspired by
๐จ LE0N's Rounded Dashboard https://community.home-assistant.io/t/rounded-dashboard-guide/543043
๐ก Damian Eick...
I saw this video, it's incredible, I'd like to install it, so I managed to install the theme and it works perfectly.
Now I'm stuck installing the dashboard.yaml file. Could someone tell me how to install it?
Please tag me ๐
This is for Step 4 in the Dev's Getting Started instructions:
Take a look at Adding more dashboards with YAML. Pay attention to the second section that starts You can also add YAML dashboards when your main dashboard is UI configured:
The dashboard.yaml will go in its own folder in /config/dashboards/. Set up the configuration.yaml according to the link above.
Ensure you've installed everything from Step 2 and set up Step 5 accordingly. Be sure to include the custom helpers listed under the Getting Started section.
I should also mention that Step 5 means configuring everything manually within the dashboard.yaml file itself. There is no UI editor when you run a dashboard in YAML mode. You'll need something like VSCode or your preferred text editor.