Skip to content

Instantly share code, notes, and snippets.

@jeffehobbs
Created July 20, 2025 21:19
Show Gist options
  • Save jeffehobbs/c73855c7d496eb81c31aff6b73e0f938 to your computer and use it in GitHub Desktop.
Save jeffehobbs/c73855c7d496eb81c31aff6b73e0f938 to your computer and use it in GitHub Desktop.
How to get the media_ids of all your Sonos Favorites in Home Assistant
{% for media_id, name in state_attr("sensor.sonos_favorites", "items").items() %}
{{ name, media_id }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment