Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I try to set-up UI lovelace Minimalist and get stucked with "No Card type configured", what to do? #1611

Open
Fosvang opened this issue Feb 13, 2025 · 2 comments

Comments

@Fosvang
Copy link

Fosvang commented Feb 13, 2025

title: main
path: main
cards:

  • type: custom:button-card
    template: custom_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
@wilbiev
Copy link
Collaborator

wilbiev commented Feb 22, 2025

Try the following:

---
button_card_templates: !include_dir_merge_named "../../custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/"

title: "UI Lovelace Minimalist"
theme: "minimalist-desktop"
background: "var(--background-image)"
# views: !include_dir_merge_list "views/"
views:
  - title: "Example View"
    path: 0
    icon: "mdi:flower"
    cards:
      - type: "vertical-stack"
        cards:
          - type: "custom:button-card"
            template: custom_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

@Fosvang
Copy link
Author

Fosvang commented Feb 22, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants