- title: Makdown
cards:
- type: markdown
title: Template Example
content: >
## Sensor States
Test template value example which does not execute in HA 0.94.0
Now using HA 0.101.3....
{% for state in states.sensor %}
{{ state.entity_id }}={{ state.state }},
{% endfor %}
Cheers to all who assisted me with this issue!
I am calling this solved with the issue being a problem in HA 0.94.0
I wonder when this was introduced. I’ve just had it with 0.96.0. I updated to 0.102.3 and it no longer displays the code within the markup dialog. I now have the problem that the code doesn’t actually work, but that’s for later… !