@jaswalters wrote:
I’m using this code in a markdown but it does not fresh in realtime. Any ideas to refresh realtime?
{%- for state in states.input_text -%} {% if (( state.entity_id | regex_match('^input_text.lockcode_[0-9]')) and (state.state != 'unknown')) %} {{ state.name | trim }}:{{ state.state | trim }} {%- endif %} {%- endfor %}
Posts: 1
Participants: 1