šŸŒ» Lovelace UI ā€¢ Minimalist

Partially working now. I have started over again and added all the required themes and integrations manually. I had some problems with HACS, so I added the resources path manually.

:white_check_mark: Light, Media, Thermostat and Power Outlet Popups are working now.
:x: Cover Popup is not working
Here is my code:

          - type: "custom:button-card"
            template: card_cover
            entity: cover.hall_window
            variables:
              ulm_card_cover_name: "[[[ return entity.attributes.friendly_name ]]]"
              ulm_card_cover_display_left_right: false
              ulm_card_curtain_display_collapse_expand: false
              ulm_card_cover_garage: false
              ulm_card_cover_gate: false
              ulm_card_cover_enable_controls: false
              ulm_card_cover_enable_slider: false
              ulm_card_cover_enable_horizontal: false
              ulm_card_cover_enable_popup: true

How I imagine a Popup Cover Room Card

  • Name of the Room/ Area
  • Shortcut buttons for Scrips (Open all, Close all, Good Morning, Good Night, Movie Time, etc.)
  • Venetian blinds Mode like in the 3rd example with an additional slider for setting tilt angle
    ulm_card_cover_enable_venetian: true

That would be really cool. Any help is appreciated!

Glad it works now. Cover popup is not available. Cover card is ready for popup with the variable already availableā€¦but cover popup not as you can see in documentation

1 Like

Hi !

Can you tell me what did you instal and configure so I Can try it ?

Hello could you share this template ā€œcard_title_iconā€ Thanx

Sure thing, check out line 84 onwards of this file:

Thank you! Your dashboard very awesome

All of the recommended here and here as well as the * marked ones for Adaptive Dashboard:

browser-mod
button-card
lovelace-card-mod
mini-graph-card
mini-media-player
my-cards-slider-card
light-entity-card
lovelace-auto-entities
auto-entities
simple-weather-card
For Adaptive Dashboard
layout-card *
state-switch * Make sure you are on version 1.9.3

1 Like

I canā€™t get the pop ups to work in the adaptive dashboard. Installed state-switch.

I have created the default input select.

In the main.yaml the following cards:

  - view_layout:
      grid-area: "card1"
    type: "custom:button-card"
    template: "card_light"
    entity: "light.keuken"
    variables:
      ulm_card_light_enable_color: true
      ulm_card_light_enable_slider: true
      ulm_card_light_enable_popup: true
      ulm_input_select_option: light 1
      ulm_input_select: input_select.minimalist_ui_switch

  - view_layout:
      grid-area: "card2"
    type: "custom:button-card"
    template: "card_media_player"
    entity: "media_player.woonkamer"
    variables:
      ulm_card_media_player_enable_popup: true
      ulm_input_select_option: mediaplayer 1
      ulm_input_select: input_select.minimalist_ui_switch

type: custom:state-switch
view_layout:
  grid-area: popup
  show:
    mediaquery: "(min-width: 1100px)"
entity: input_select.minimalist_ui # put your input_select here
default: default
transition: slide-down
transition_time: 500
states:
  light 1:
    type: "custom:button-card"
    template: "popup_light_brightness"
    variables:
      ulm_popup_light_entity: "light.keuken"

  mediaplayer 1:
    type: "custom:button-card"
    template: "popup_media_player_infos"
    variables:
      ulm_popup_media_player_entity: media_player.woonkamer

Thanksā€¦ I have them all but iā€™ll try reinstal everything again :slight_smile:

Sorry, cant find on your github this template custom_icon_color, could you share?

Not mine, stole from here :slight_smile:

1 Like

That had no effect no the button color unfortunately.

afbeelding

I would like to change the colour of my Navigate Card is that possible or does it switch to an entity status? I canā€™t find it anywhereā€¦ Thanks in advance.

Hi @VladtheBlack
can you share the energy / power card?

Thanks and Greets
Dominik

V1.0.3 :rainbow_flag:

Changes

:sparkles: Code enhancements

:bulb: New Custom Cards

:sparkles: Custom Card enhancements

  • #780 Update custom_card_person_info - Include Locality @tgcowell
  • #811 card ristou person - fix doc + add new templates - v1.0.1 @Ristou
  • #816 Added missing default values for variables for custom card ā€œcustom_card_httpedo13_sunā€ @aurimasniekis
  • #833 [custom_card_scenes] Option to trigger automation @sildehoop
  • #828 New more featureful custom_card_esh_room version (2.0.0) @mpeterson
  • #869 Show correct location in custom_card_person_chip @mpeterson

:bug: Bug Fixes

:speech_balloon: Translations

:memo: Documentation

:heart: Thank you so much for helping out to keep this UI awesome

@Gilganik, @JD-c0de, @Neekster, @Petapton, @Ristou, @aurimasniekis, @basbruss, @bokub, @briis, @delcara, @eliseo-juan, @github-actions, @ilesar, @jordandrako, @mdb17, @mpeterson, @muppie, @schumijo, @sildehoop, @sisimomo and @tgcowell

2 Likes

Is it possible that the card ā€œcustom_card_esh_roomā€ has 2 light entities?

For example: my room has 2 lamps, but I can only configure one of them on this card.

Hi there.

Does anyone have a quick way of resizing chip cards?? particularly the back chip??

Thanks.

the 2.0.0 version lets you have a light and climate. You might be able to edit to have two lights.

I am trying to setup the media player card so that touching the icon, name, or card opens another window but havenā€™t had any luck. Do any of yall know if it is possible? here is what I tried:

- type: "custom:button-card"
        template: card_media_player
        entity: media_player.living_room
        name: Alexa
        variables:
          ulm_card_media_player_enable_art: true
          ulm_card_media_player_enable_controls: true
          ulm_card_media_player_enable_volume_slider: true
          ulm_card_media_player_collapsible: true
          ulm_icon_tap_action: "navigate"
          ulm_icon_tap_navigate_path: "primary_bedroom"
          ulm_card_tap_action: "navigate"
          ulm_card_tap_navigate_path: "primary_bedroom"
          ulm_name_tap_action: "navigate"
          ulm_name_tap_navigate_path: "primary_bedroom"

Have you tried with ā€œ/primary_bedroomā€ ?