Need some advice here.
I have some basic dashboards. Since I mostly suck at everything that is design, I focused on getting automations and integrations working in the past weeks.
Also I created some dashboards, but nothing too fancy.
Now its time to create something beautiful with a higher WAF.
I'm looking into HaCasa. But everytime I add the dashboard to the configuration.yaml, it breaks all other existing dashboards. It looks like by including ressources for the YAML dashboard, those become unavailable for the other dashboards (or are double-loaded and break, or whatever).
This is what I do in my configuration.yaml:
`lovelace:
mode: "yaml"
resources:
- url: "/hacsfiles/button-card/button-card.js"
type: "module" - url: "/hacsfiles/my-cards/my-cards.js"
type: "module" - url: "/hacsfiles/lovelace-card-mod/card-mod.js"
type: module - url: "/hacsfiles/mini-graph-card/mini-graph-card-bundle.js"
type: module - url: "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900"
type: css - url: /hacsfiles/sidebar-card/sidebar-card.js
type: module
dashboards:
hacasa-dashboard:
mode: "yaml"
title: HaCasa
icon: mdi:home
show_in_sidebar: true
filename: "dashboard/HaCasa/main.yaml"`
If I do that, all my other dashboards stop working, if custom cards, elements, etc. are used. I.e. "custom element doesn't exist: grid-layout."