swa72 / home-assistant

13 stars 1 forks source link

Print out certain entities #27

Closed swa72 closed 2 years ago

swa72 commented 2 years ago

{% for state in states %} {%- if 'heating' in state.entity_id or 'offset' in state.entity_id -%} {%- if 'script' in state.entity_id or 'automation' in state.entity_id -%} {{state.entity_id}} {% endif -%} {% endif -%} {%- endfor -%}