I’m sure I’m doing something stupid.
I’m getting
_a.entries is not a function
for this card
type: entities
entities: >-
{{ states.automation | map(attribute="entity_id") | list }}
state_color: true
I’ve tried testing the template in the developer tools and it does return a list of items.
I’ve also tried a few variations on the syntax above but all give the same error :(.