I have several label
ed thermometers, so am using an expression such as follows to populate a drop down. One of the entities I want in the drop down is a group
, which is an average of the other thermometers. When I do:
label_entities('EEVAC Thermometers') | expand | map(attribute='name') | list
the averaging group
is removed from the list. I understand that this is part of the behavior of expand
, though in this case I don’t want that omission as I want the group itself (the average) to show up and go into the dropdown selection list along with the other thermostats.
Any thoughts how to make that happen?
Is there something else besides besides expand
to use there that I don’t know about?
Does expand
have options I don’t know about, i.e. some way to avoid the recursive behavior of group expansion? I’ve tried turning on the group
Options
to Hide members
to no avail.