Buttons Missing after 2023.4.1

2023.4.4 buttons fixed

Reload frontend or delete cache and run it again

Is anyone still having issues? Everything’s updated, several reboots and cache clearing but the problem still persists for me

The workaround fixed my issues initially then I upgraded to 2023.4.4 and set my values back to automatic and it works fine. This is to say that both the workaround and the latest update fixed my issues.

Unfortunately none of the proposed solutions seem to work for me, even on 2023.4.4

I just noticed that some cards only disappear when @thomasloven browser-mod pop-up service is called so I’m going to open an issue on his github.

type: custom:mushroom-person-card
entity: person.bernardo
icon_type: entity-picture
tap_action:
  action: fire-dom-event
  browser_mod:
    service: browser_mod.popup
    data:
      content:
        type: button
        icon: mdi:coffee
        icon_height: 50px
        show_name: true
        show_icon: true
        tap_action:
          action: fire-dom-event
          browser_mod:
            service: browser_mod.popup
            data:
              title: Total Cafés
              content:
                type: entity
                show_name: true
                show_icon: true
                entity: input_text.ultimo_a_pagar
                icon: mdi:coffee

Workaround is using a custom button card, now everything works as usual