šŸŒ» Lovelace UI ā€¢ Minimalist

I always had that checked, wonder how it got unchecked - maybe you turned it off at some point in the past and that made no differentce when it was already up and runing before your upgrade

Hi everyone, Iā€™m coming here for advice. I am new to HA. Could someone direct me, edit the layout of the cards? I want to use a different layout for PC, tablet and mobile. this is my code:

> # Welcome ---------------------------------------------------------------------------------
> title: "Domov"
> icon: "mdi: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.forecast_domov"
>       entity_1:
>         nav: "house"
>         icon: "mdi:home"
>         name: "Domov"
>         color: "blue"
>       entity_2:
>         nav: "lights"
>         icon: "mdi:lightbulb"
>         name: "Světla"
>         color: "yellow"
>       entity_3:
>         nav: "security"
>         icon: "mdi:shield"
>         name: Zabezpečenƭ
>         color: "green"
>       entity_4:
>         nav: "network"
>         icon: "mdi:wifi"
>         name: SĆ­Å„
>         color: "purple"
>       entity_5:
>         nav: "network"
>         icon: "mdi:camera"
>         name: Kamery
>         color: "red"
> 
> # LidƩ ---------------------------------------------------------------------------
>   - type: horizontal-stack
>     cards:
>       - type: "custom:button-card"
>         template: card_person
>         entity: person.fotrluk
>         variables:
>           ulm_card_person_entity: person.fotrluk
>           ulm_card_person_use_entity_picture: true
>           ulm_card_person_icon: mdi:face-man
>           #ulm_card_person_battery: sensor.iphone_battery_level
>       - type: "custom:button-card"
>         template: card_person
>         entity: person.kata
>         variables:
>           ulm_card_person_entity: person.kata
>           ulm_card_person_use_entity_picture: true
>           ulm_card_person_icon: mdi:face-woman
> 
> 
> # MĆ­stnosti v2-------------------------------------------------------------------------------------------------------------------
>   - type: "custom:button-card"
>     template: card_title
>     name: MĆ­stnosti
> 
>   - type: horizontal-stack #grid
>     cards:
>       - type: "custom:button-card"
>         template:
>             - card_room
>             - green_no_state
>         name: Koupelna
>         entity:  light.esp_01_koupelna
>         icon: mdi:shower-head
>         tap_action:
>           action: navigate
>           navigation_path: "bathroom"
>         variables:
>             label_use_temperature: false
>             label_use_brightness: true
>             entity_1:
>               entity_id:  light.esp_01_koupelna
>               templates:
>                 - yellow_on
>               tap_action:
>                 action: toggle
>             entity_2:
>               entity_id: sensor.iphone_steps
>               templates:
>                 - blue_on
>               tap_action:
>                 action: none
>             entity_3:
>               entity_id: light.esp_01_koupelna
>               templates:
>                 - green_on
>                 - red_off
>               tap_action:
>                 action: toggle
>             entity_4:
>               entity_id: light.esp_01_koupelna
>               templates:
>                 - pink_on
>               tap_action:
>                 action: toggle
> 
>       - type: "custom:button-card"
>         template:
>             - card_room
>             - red_no_state
>         name: Ložnice
>         entity:  light.esp_01_loznice
>         icon: mdi:bed-queen
>         tap_action:
>           action: navigate
>           navigation_path: "bedroom"
>         variables:
>             label_use_temperature: false
>             label_use_brightness: true
>             entity_1:
>               entity_id:  light.esp_01_loznice
>               templates:
>                 - yellow_on
>               tap_action:
>                 action: toggle
>             entity_2:
>               entity_id: sensor.iphone_steps
>               templates:
>                 - blue_on
>               tap_action:
>                 action: none
>             entity_3:
>               entity_id: light.esp_01_loznice
>               templates:
>                 - green_on
>                 - red_off
>               tap_action:
>                 action: toggle
>             entity_4:
>               entity_id: light.esp_01_loznice
>               templates:
>                 - pink_on
>               tap_action:
>                 action: toggle
> 
>   - type: horizontal-stack #grid
>     cards:
>       - type: "custom:button-card"
>         template:
>             - card_room
>             - blue_no_state
>         name: Kuchyň
>         entity:  light.esp_01_kuchyn
>         icon: mdi:fridge
>         tap_action:
>           action: navigate
>           navigation_path: "kitchen"
>         variables:
>             label_use_temperature: false
>             label_use_brightness: true
>             entity_1:
>               entity_id:  light.esp_01_kuchyn
>               templates:
>                 - yellow_on
>               tap_action:
>                 action: toggle
>             entity_2:
>               entity_id: sensor.iphone_steps
>               templates:
>                 - blue_on
>               tap_action:
>                 action: none
>             entity_3:
>               entity_id: light.esp_01_kuchyn
>               templates:
>                 - green_on
>                 - red_off
>               tap_action:
>                 action: toggle
>             entity_4:
>               entity_id: light.esp_01_kuchyn
>               templates:
>                 - pink_on
>               tap_action:
>                 action: toggle
> 
>       - type: "custom:button-card"
>         template:
>             - card_room
>             - yellow_no_state
>         name: ObĆ½vĆ”k
>         entity:  light.esp_01_obyvak
>         icon: mdi:sofa
>         tap_action:
>           action: navigate
>           navigation_path: "livingroom"
>         variables:
>             label_use_temperature: false
>             label_use_brightness: true
>             entity_1:
>               entity_id:  light.esp_01_obyvak
>               templates:
>                 - yellow_on
>               tap_action:
>                 action: toggle
>             entity_2:
>               entity_id: sensor.iphone_steps
>               templates:
>                 - blue_on
>               tap_action:
>                 action: none
>             entity_3:
>               entity_id: light.esp_01_obyvak
>               templates:
>                 - green_on
>                 - red_off
>               tap_action:
>                 action: toggle
>             entity_4:
>               entity_id: light.esp_01_obyvak
>               templates:
>                 - pink_on
>               tap_action:
>                 action: toggle
> 
> #--------------------------------------------------------------------------------------------------------------------------------------------------------

Thanks for your advice

Hi mate, do you have the code for the green one? Bedroom 2

too busy to go back to the code, but I did post the latest

šŸŒ» Lovelace UI ā€¢ Minimalist - #1523 by madir

Trying to implement Custom Card ā€œRoomā€. When single clicking the light entity on the car it does not toggle. I can double click/long click and it gives me a pop-up to toggle and/or adjust brightness. Not sure if Iā€™m missing something, but some help would be appreciated.

hi @madir can u share the code for this pls?

thx

It would also love to have the code!

1 Like

How to hide the icon in card_graph?

Hi! I recently started using Lovelace UI Minimalist.
Iā€™m trying to hide the icon in the card_graph to save space and move the text all the way to the left.

Is it possible to achieve this using an attribute, or do I need to create a custom card?

image

- type: "custom:button-card"
  template: card_graph
  entity: sensor.temperatura_rustico
  variables:
    ulm_card_graph_color: "#4682B4"
    ulm_card_graph_name: RUSTICO
    ulm_card_graph_entity: sensor.temperatura_rustico
    ulm_card_graph_type: fill
    ulm_card_graph_hours: 24
    ulm_card_graph_group_by: interval
    ulm_card_graph_line_width: 5

Thanks a lot!
Simone