#not sure what you are trying to achieve

1 messages · Page 1 of 1 (latest)

teal merlin
#

What I'm trying to achieve is to display a list of the installed versions, without having to name every integration individually.

opal dragon
#

then you need to use map

teal merlin
#

ok one more hint? then I'll go research "map"

opal dragon
#

{{ states.update | map(attribute='attributes.installed_version') | list }}

teal merlin
#

ah ok

opal dragon
#

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

teal merlin
#

yeah....
where can I read about "map" ? When I search it gives me a bunch of geogrpahy stuff.

opal dragon
#

in the jinja docs