Это старая версия документа!
Вывод списка устройств
https://ha.nix0n.ru/developer-tools/template
{% for state in states | sort(attribute='entity_id') %}
{{ state.entity_id }}: {{ state.name }} ({{ state.state }})
{% endfor %}vm:home_assistant:02-list_client
Это старая версия документа!
Вывод списка устройств
https://ha.nix0n.ru/developer-tools/template
{% for state in states | sort(attribute='entity_id') %}
{{ state.entity_id }}: {{ state.name }} ({{ state.state }})
{% endfor %}