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 %}

Посмотреть имя notify

https://ha.nix0n.ru/developer-tools/action

набирать notify

  • vm/home_assistant/02-list_client.txt
  • Последнее изменение: 2025/12/22 15:07
  • admin