-
Notifications
You must be signed in to change notification settings - Fork 446
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
Comments
Try the following:
|
Thanks Wilders, i will try it out.
Wbr
Carsten
lør. 22. feb. 2025 kl. 18.31 skrev Wilbert ***@***.***>:
… 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
—
Reply to this email directly, view it on GitHub
<#1611 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3Q2PCLJPKMVCJ6YK2EXR32RCYAXAVCNFSM6AAAAABXCYMVRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZWGMYTSMJXHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: wilbiev]*wilbiev* left a comment (UI-Lovelace-Minimalist/UI#1611)
<#1611 (comment)>
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
—
Reply to this email directly, view it on GitHub
<#1611 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3Q2PCLJPKMVCJ6YK2EXR32RCYAXAVCNFSM6AAAAABXCYMVRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZWGMYTSMJXHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
title: main
path: main
cards:
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
The text was updated successfully, but these errors were encountered: