Could anyone point me in the right direction for a ‘home feed’ template (not HACs, just a template)
For example, the default Template if changed from states.weather to states.sensor - I get a load, but ideally wanting to filter them.
{% for state in states.sensor -%}
{%- if loop.first %}The {% elif loop.last %} and the {% else %}, the {% endif -%}
{{ state.name | lower }} is {{state.state_with_unit}}
{%- endfor %}.
So will display something like…
“Last 30 minute Feed”
- Hallway motion - 3 Minutes ago
- Front door contact opened - 18 minutes ago
etc?