Any ideas why this would happen? I’ve used the swipe card before but unfortunately it’s become more glitchy over time because it’s received no updates for more than a year.
Can I not use a “stock” HA card inside a custom/HACS card? I can actually swipe between my two cards but both of them show this error message.
Here’s my yaml that results in “Unknown type encountered: Image”
- type: custom:swipe-card
style:
left: 50%
top: 50%
width: 50%
cards:
- type: image
image: /local/ICONS_AUDIO/genre_edm.png
style:
left: 0%
top: 0%
width: 100%
- type: image
image: /local/ICONS_AUDIO/genre_pop.png
style:
left: 0%
top: 0%
width: 100%
Most importantly, I just want to swipe through images so if there’s a better way to achieve this I’m all ears! Thanks!