How can I tell what integration an entity is based on?

For example, I have 28 media_player entities. If I want to iterate through them in a script and choose the ones, say, based on the squeezebox integration, how do I do that? The attributes don’t help.

1 Like

Can the media players be accessed by


{{ integration_entities('squeezebox') }}

?

7 Likes

That is cool! I had no idea that existed.

Yes it works, thank you. Wonderful.