According to the documentation, expand
doesn’t have any options to modify its behavior.
Here’s a way to do it that keeps group
entities intact.
{{ label_entities('EEVAC Thermometers')
| map('state_attr', 'friendly_name')
| list }}
According to the documentation, expand
doesn’t have any options to modify its behavior.
Here’s a way to do it that keeps group
entities intact.
{{ label_entities('EEVAC Thermometers')
| map('state_attr', 'friendly_name')
| list }}