nervetattoo / banner-card

A fluffy banner card for Home Assistant 🥰
MIT License
606 stars 58 forks source link

Covers no longer shows after HA update #133

Open thehijacker opened 2 years ago

thehijacker commented 2 years ago

Hello,

I can not longer see cover control after latest HA update to 2021.11.0:

image

Anyone else with same problem?

Thank you.

RedWheiler80 commented 2 years ago

Same problem, started after updating to 2021.11.0.

cdn4lf commented 2 years ago

This is related to the icon change, and affects Media Player too. @nervetattoo you'll need to apply the same change as was on the simple-thermostat card.

abm-Github commented 2 years ago

I just install banner-card, i have the same issue with cover control and Media Player control, what do you mean by apply the same change as was on the simple-thermostat card. Thanks for your help.

cdn4lf commented 2 years ago

That note is for the dev. There was a change made by the Home Assistant Devs that broke how @nervetattoo is able to display those icons. Someone has pulled and provided a patch in a different one of his cards.

abm-Github commented 2 years ago

Ok, if i well understand, i have to wait for a fix from the developper of the card?

cdn4lf commented 2 years ago

Seems that way.

abm-Github commented 2 years ago

Thank you very much

RedWheiler80 commented 2 years ago

Anyone has an idea what/where to change ourself in the meanwhile to have this fixed until an update?

rosskyl commented 2 years ago

For anyone having this issue I was able to make the icons show up.

https://github.com/rosskyl/banner-card/releases/tag/0.13.0

RedWheiler80 commented 2 years ago

For anyone having this issue I was able to make the icons show up.

https://github.com/rosskyl/banner-card/releases/tag/0.13.0

Thank you for this, can you tell us how to use it? (Just replace the .js file doesn't seem to work?)

rosskyl commented 2 years ago

Try adding a version tag to your path. It's still working for me. Just replace the javascript file and increment the version in the lovelace resource. This is what I've got:

image

RedWheiler80 commented 2 years ago

Try adding a version tag to your path. It's still working for me. Just replace the javascript file and increment the version in the lovelace resource. This is what I've got:

image

No idea why it's not working over here (of course I have cleared cache and so on). But thank you anyway! I'll just remove what's not showing up for the moment and put them in another card for now.

reidprichard commented 2 years ago

@RedWheiler80 I got it to work by removing the old Banner Card from HACS and adding a custom repository pointing to https://github.com/rosskyl/banner-card/ (HACS > Frontend > three dot menu > Custom Repositories > paste the URL into Repository and select Lovelace for Category. The tweaked Banner Card should show up - you can just click Download and you're good to go.

blowk commented 2 years ago

@RedWheiler80 I got it to work by removing the old Banner Card from HACS and adding a custom repository pointing to https://github.com/rosskyl/banner-card/ (HACS > Frontend > three dot menu > Custom Repositories > paste the URL into Repository and select Lovelace for Category. The tweaked Banner Card should show up - you can just click Download and you're good to go.

Thank you for the info. I removed it from HACS and then re-added with HACS. The cover icons are displayed again.

RedWheiler80 commented 2 years ago

Thank you @reidprichard! This did the trick.

silversmarty commented 2 years ago

Any chance to see this fixed in the next release ? Thanks