Is there a card that can take a input_text history and LIST in lovelace?
The history graph card is not ideal to show each change.
input_text.notified_text
20:16 This happen
20:17 Then then that happen
20:19 Trash was put out
And be able to choose how many are shown at a time. Plus last entry at the top of the list?
Simalar to:
The Last Automations Ran
**Time Name**
{% for state in (states.automation
| selectattr('attributes.last_triggered')
| sort(attribute='attributes.last_triggered', reverse=true)) [0:40] -%}
{% if (now() - state.attributes.last_triggered).total_seconds() < 86400 %}
{%- set t = (as_timestamp(state.attributes.last_triggered) | timestamp_custom('%H:%M', True)) -%}
{{t}} _{{state.name}}_
{% endif -%}
{% endfor %}
20:19 Ac Ontime West Minute Counter
20:19 Last Move Liv Rad
I’d love to show a list of the changes to a input_text. entity.
4 posts - 2 participants