I am trying to send what’s playing in J.River Media center, but I know I am doing something wrong. In LUA I would concatenate with … but I don’t know how to do it here. This does not work:
Playing now: "{{ states.trigger.entity_id.attributes.media_title }}"
I think it’s the trigger.entity_id that needs to be tied to the rest of the sentence differently,. This is an example of a trigger: media_player.hytteserver_tor, so it should actually become {{ states.media_player.hytteserver_tor.attributes.media_title }}
Thank you very much! The quotation marks are there to give the full sentence, and that works like it should! The full display on the web page is now Zone Tor is now playing Kryptan with "Let Us End This" from the album "Violence, Our Power" (only in Norwegian. I changed it to “now playing” instead of “Playing now:” since I found a better way of phrasing it.)