#Extract text from the attribute of an entity?

1 messages · Page 1 of 1 (latest)

lost phoenix
#

I'm using this jellyfin integration and under the active session entity (sensor.jellyfin_active_sessions) there are details of who is currently watching media and what they're watching.
My challenge is that text is under an attribute and I would like to have each of them as entities of their own.

How do I split the text under the "Sessions" attribute out into their own entities?

Sessions

  • user_name: Gary
    client: Android TV
    device_name: Living room TV
    last_activity_date: '2025-09-20T15:42:51.7434511Z'
    media_type: Episode
    media_title: Voyaging
    media_series: This Is My Show
GitHub

[WIP] Jellyfin HomeAssistant Integration using API - n00bcodr/ha-jellyfin

hasty shuttle
lost phoenix
#

Amazing, going to go give that a try now. thanks!