Hi all - Please find below an extension to the Tile Card with the Badges behaviour from the Heading card. I have set the behaviour to follow the ‘features position’ - if the feature is inline, then the badges will be placed inline with the state, if the features are set to bottom, then the badges will be in the position of the inline feature. For my purposes, this provides a significant improvement to the Tile Card, allowing an ideal density of information/capability. The card was written to be a ‘patch’ to the Tile Card and reuses as much of the two as possible, including the visual UI. I would be happy to submit this as a PR for the Tile Card, if it was something the community would welcome.
Where do I have to put the JS-File? Tried it directly in the www-folder and with a subfolder named „inline-badge-tile-card“ inside the www-folder.
I get the error „Custom element doesn’t exist: inline-badge-tile-card“.
That’s only going to kick the issue down the road when 2026.09XX comes out in a week or 2. Look at the historical versions of the frontend releases. Notice that it keeps incrementing with each release & that the last 3 digits change monthly.
I’m not a dev, but pretty sure others are simply validating that the version is >=20260729.6. Have a look at others’ custom frontend components and copy how they handle the version check.
@ShadowFist Good call - I originally knew that the Tile Card was changing in the next version so was being defensive. With that sorted out now, I have updated the filter to be forwards-compatible.