🌻 Lovelace UI • Minimalist

Ahh Ok so should be more like this? Sorry super new to this -

title: "Home"
path: "home"

cards:
type: vertical-stack
  - type: "custom:button-card"
    template: "card_esh_welcome"

Thanks :slight_smile: I cannot get your suggestion to work, so U guess I will wait for the pull request merge. :slight_smile:

More like this:

title: "Home"
path: "home"
cards:
  - type: vertical-stack
    cards:
      - type: "custom:button-card"
        template: "card_esh_welcome"

This is great! Can’t wait!

has anyone experienced issue with the vacuum card? If I add it to my home.yaml then when I try to access UI minimalist through my phone the application becomes very slow

Hello everybody,
I am trying to complete to implement this theme but I have a problem with the Room card.
I would like to implement hold_action on one of the side buttons so that it opens a popup, but I can only get the tap to work.
Did I make any mistakes?

  - type: horizontal-stack
    cards:
      - type: "custom:button-card"
        template:
          - card_room
        name: Cucina
        entity: sensor.temperatura_cucina_temperature
        icon: mdi:fridge
        tap_action:
          action: navigate
          navigation_path: /lovelace-mobile/cucina
        variables:
          label_use_temperature: true
          label_use_brightness: false
          entity_1:
            entity_id: light.luce_cucina
            templates:
              - yellow_on
            tap_action:
              action: toggle
            hold_action:
              action: fire-dom-event
              browser_mod:
                command: popup
                title: Luci Cucina
                card:
                  - type: "custom:button-card"
                    template: card_light
                    entity: light.luce_cucina
                    variables:
                      ulm_card_light_enable_slider: true
                      ulm_card_light_enable_color: true
                      ulm_card_light_force_background_color: true
          entity_2:
            entity_id:
            templates:
              - blue_on
            tap_action:
              action: more-info
          entity_3:
            entity_id:
            templates:
              - green_on
              - red_off
            tap_action:
              action: toggle
          entity_4:
            entity_id: binary_sensor.movimento_cucina_occupancy
            templates:
              - blue_on
            tap_action:
              action: mnore-info

thx

1 Like

very happy with this beautiful release later ins to watch & thanks to the people who work with it

Seems broken to me?

Edit: reverting back to 0.0.9 did nothing but core 2022.6.6 after that did.

After the update, what should I do to fix it?

Error setting up entry UI Lovelace Minimalist for ui_lovelace_minimalist
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 339, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/config/custom_components/ui_lovelace_minimalist/__init__.py", line 79, in async_setup_entry
    return await async_initialize_integration(hass=hass, config_entry=config_entry)
  File "/config/custom_components/ui_lovelace_minimalist/__init__.py", line 61, in async_initialize_integration
    configure_cards(hass=hass, ulm=ulm)
  File "/config/custom_components/ui_lovelace_minimalist/configure.py", line 91, in configure_cards
    shutil.copy2(
  File "/usr/local/lib/python3.9/shutil.py", line 444, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/local/lib/python3.9/shutil.py", line 266, in copyfile
    with open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: '/config/ui_lovelace_minimalist/custom_actions/custom_actions.yaml'

Sorry, there was an error in the python part which prevented loading the integration. This is now fixed.

I have re-launched the v1.0.0 release with the fix added to it :smiley:

1 Like

Please try redownloading the v1.0.0 version. It is relaunched with the fix for this problem :smiley:

1 Like

Thanks the hotfix did work!

With the new custom actions, is it possible to change the actions for an individual card, ie make the thermostat card tap action = popup ?

No you can’t change actions for an individual card. Custom actions apply to all cards.

Is there a change to the Power Outlet Card? I had to roll back to 0.9. cause of issues with that card.

I’m having issues with the power outlet card too. The graph card the binary sensor alert card are also not working correctly.

Nearly all cards have changed in this release to allow custom actions and new translation engine. Can you give us some details about power outlet card error ? Or open an issue on GitHub please ?

Thanks works like a charm now

Someone else posted a screenshot on Discord.

Hi @benm7,
I was having a similar issue getting my Sonos speakers to work with the Room Card. I wanted the Speaker Icon (Entity 3) to turn Green when the speaker is playing. Is this what I need to have to make this work?

image


Thank you I forgot to check on Discord before answering. We are working on fixes