Lovelace: Banner card

Same for me, all switches have disappeared.

1 Like

Same problem last update banner card levers are gone HELP

I am new on Home Assistant. I have also noticed that my levers are missing

image

I just found this card! Glad the lack of toggles isn’t just me!

Switches broken with Home Assistant 2022.3.1 !!!
Please help with this …

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

Thanks for your suggestion, it will work 100% for what I need
image

1 Like

Good day.

May I ask why I don’t see the item (balcony light) as a toggle/switch?

like this
1

Thank you for advice

Like each of the posts above you for the last 20 days, you are experiencing the issue that was introduced with Home Assistant version 2022.3.

This issue (and many others) have been fixed in the following repo:

2 Likes

Do I undersatand correctly: I download the latest banner-card.js from

and replace it in
www\community\banner-card

I tried that but it doesn’t fix the issues…?
Thanks!

The easiest solution is to completely delete the existing component and re-install it via the new repository.

any solution?

Is it possible for the header click/tap to create a popup using browser mod? is see that you can use link to navigate to another page but I cant get a popup to work.

finally it worked with me, thx

First, thank you very much for your time and effort to get this nice card up and running again.

In case there are more people like me who do not get the updated repo installed, here`s the way that finally worked for me.
1st: uninstall the existing banner card repo
2nd: go to HACS - Frontend - 3 dots in the upper right corner - custom repositories - use https://github.com/crempp/banner-card as repository and “Lovelace” as category
3rd: reload

1 Like

thanks man

Yes. Just figured it out while browsing this thread for the same thing:

card_mod:
  style: |
    ha-card .entity-state {
      box-shadow: none;
    }
1 Like

Thanks, i will try soon

Great addon, using it alot!
Question, is it possible to put an entity like on the upper-right corner in the header? I would like to put the battery% of a device there.

Working very well, thanks a lot