IB
Size: a a a
IB
OY
IB
ДЦ
OY
IB
IG
OY
ДЦ
{% for entity_id in states.group.all_speakers.attributes.entity_id %}
{% set domain, device = entity_id.split('.') %}
{%if states[domain][device].state=='idle' %}
{{ states[domain][device].entity_id }}
{% endif %}
{% endfor %}
ДЦ
ДЦ
IB
ДЦ
OY
IG
ДЦ
OY
𝔹
{% for entity_id in states.group.all_speakers.attributes.entity_id %}
{% set domain, device = entity_id.split('.') %}
{%if states[domain][device].state=='idle' %}
{{ states[domain][device].entity_id }}
{% endif %}
{% endfor %}
ДЦ
ДЦ