Would be a great help if we could display HA card contents that are not from entities.
Not sure what you mean ? What’s your use case ?
Thanks for asking BruH5200,
My apologies for the late reply. I’ve been out of town and had very limited access to the internet.
Not having a UC remote, I may have gotten ahead of my self with my post. @jsouter has created a nice HA integration for the Lyngdorf processors GitHub - jsoutter/ha-lyngdorf: Home Assistant Lyngdorf Integration. It has a mini-media-player that displays volume but its logarithmic rather than it’s native format. He was however kind enough to provide me with a workaround that displays volume on a ha markdown card with the following code:
type: markdown
content: “# Volume: {{ state_attr(‘media_player.mp_60’,‘volume_native’) }} dB”
This displayed output is what I was hoping to display on the UC remote.
Hope this makes sense.