Skip to content
//ludeeus.dev
👋 Hello world?
🏠 Home AssistantBlueprint - Pause Playing Media During CallsTemplate - Get all entities from a groupTemplate - Get the user that changed an entityTemplate - List all active domainsTemplate - Share state between two entitiesTemplate - StringsTemplate - Translate strftime weekdayDiscord webhook notifier
🤬 OutletI have an errorMy custom cards don't workDuckDNS is not working
GitHub
Twitter

Get all entities from a group

{{ dict((states|selectattr('entity_id', 'in', state_attr('group.all_devices', 'entity_id'))|list)|groupby('state'))['home']|map(attribute='name')|list|join(', ') }}
Edit this page on GitHub