Lovelace: Banner card

a lot of chat in buttons dissapered after latest HA update 2022.3 · Issue #139 · nervetattoo/banner-card · GitHub

I am using this option. For lights just change the service to light.toggle

"I have another workaround
I just added “domain: sensor”, an icon and an action to every “toggle” that dissapeared

It was like this:

  - entity: switch.light_1
    name: Light 1
    color: white
    map_state:
      'on':
        color: yellow

And now it is like this

  - entity: switch.light_1
    name: Light 1
    domain: sensor
    action:
      service: switch.toggle
    value: mdi:lightbulb
    color: white
    map_state:
      'on':
        color: yellow
1 Like