#not sure what you are trying to achieve
1 messages · Page 1 of 1 (latest)
What I'm trying to achieve is to display a list of the installed versions, without having to name every integration individually.
then you need to use map
ok one more hint? then I'll go research "map"
{{ states.update | map(attribute='attributes.installed_version') | list }}
ah ok
Not sure how helpful this list will be, for me this is a long list, and you will not be able to see to which update entity it belongs
yeah....
where can I read about "map" ? When I search it gives me a bunch of geogrpahy stuff.
in the jinja docs