This almost works.
I get the name, and the entity picture shown, and the label set.
But the URL stopped working?
I went to the lovelace card mod repository, and found out that it was deprecated, and “all functions are integrated into lovelace now”.
EDIT: ALso, none of that looks like card-mod. That looks like the custom:button card. If you guys read the latest breaking changes for that card, you’d notice that url was changed to url_path. (Which is why your clicks are not working)
If you guys don’t know where the release notes are, I’m assuming you aren’t using HACS (Home assistant community store). With that being said, you should use HACS. You’ll be able to find the release notes for each custom card and it will contain breaking changes.
Hi @petro Thankyou for clearing that up. You were absolutely right!
Why didn’t I notice that breaking change, I do have the hacs running, and even the breaking changes addition that didn’t show anything :-o
You probably didn’t notice it because it’s buried if you don’t have hacs. Good rule of thumb is to check the update notes in hacs. I actively decided to not update that card because I’d have to make changes, and I don’t have the time to.