I've written a breakdown on how I've created my 'Media' dashboard in HA ... Let me know what you think!

5 Likes

I can’t for the life of me get the headers right. Text align is off, transpacrency is off. Am I missing something?

          - content: |
              # Alarm Panel
            style:
              .: |
                ha-card {
                  background-color: transparent !important;
                  box-shadow: none !important;
                }
              ha-markdown:
                $: |
                  h1 {
                    font-size: 25px;
                    font-weight: bold;
                    text-align: center;
                    letter-spacing: '-0.01em';
                  }
            type: markdown

Figured it out, card-mod is required. Installed and all is well!

Hi - is the above article still available? I can make everything work but damned if I can figure out how you split the dashboards into individual YAML files in the “dashboards” folder. Was that covered in the article, by any chance? Thanks.