#Help Needed Minimalist Theme Install

9 messages · Page 1 of 1 (latest)

sharp yacht
#

ive got problems with instalation minimalist theme. I followed every ster of tutorial and my dashboard looks like this.

https://pasteboard.co/hJ3d3iVgC8o7.png

before i had an error "custom element doesn't exist: grid-layout" but magically disappeared.

home.yaml
https://pastebin.com/jmdUw3AE
and everything else is 1:1 as in the tutorial

What should I try to solve the problem?

Simple and lightning fast image sharing. Upload clipboard images with Copy & Paste and image files with Drag & Drop

median quest
#

That looks as it should. You need to replace them with you own cards 🙂

#

ah ok, you did already do that. Have you created the** input_boolean.minimalist_dropdown** helper? It won't work without it

sharp yacht
#

yes, ive already done that

sharp yacht
#

Does anyone else have any ideas? I've been trying without success since then

rough patio
#

Check the indentation of the variables part in the code

#

Code should be something like:

#home.yaml
title: "Home"
path: "home"
cards:
  - type: "custom:button-card"
    template: "card_esh_welcome"
    triggers_update: "input_boolean.minimalist_dropdown"
    variables:
      ulm_card_esh_welcome_collapse: input_boolean.minimalist_dropdown
      ulm_weather: "weather.openweathermap"
      entity_1:
        nav: "house"
        icon: "mdi:home"
        name: "House"
        color: "blue"
      entity_2:
        nav: "lights"
        icon: "mdi:lightbulb"
        name: "Lights"
        color: "yellow"
      entity_3:
        nav: "security"
        icon: "mdi:shield"
        name: Secure
        color: "green"
      entity_4:
        nav: "network"
        icon: "mdi:nas"
        name: Lab
        color: "purple"
      entity_5:
        nav: "network"
        icon: "mdi:flask"
        name: Lab
        color: "red"
sharp yacht
#

or I missed something?