Elegant IPv6 Address Display in Lovelace

Hey everyone! I’ve been diving into the world of IPv6 addresses and how to display them neatly in Lovelace. I have a sensor from the Android Companion app, sensor.android_ipv6_addresses, which provides a variable-length list of IPv6 addresses. While it works perfectly for a single IP, things get a bit messy when there are multiple addresses, as the UI tends to overflow the card borders.

I currently use a vertical-stack layout with custom cards to manage this, but it’s not as sleek as I’d like. Ideally, I’d love a multi-line list within the fold, but the dynamic nature of the list makes it tricky. I’ve considered using template sensors or conditional formatting, but they don’t quite fit the bill.

Has anyone found a clever workaround for this? Maybe a custom card or a different approach altogether? I’d appreciate any insights or suggestions! Thanks for your help! :blush: