- Suggest to ask/raise similar issues in the dedicated auto-entities thread.
- The issue what you described seems to be a bug. Check this issue.
- The “filter” in you card contains only 2 entities with same “options” and for 2 possible entities (“test_boolean”, “testing_boolean”) may be optimized like:
filter:
include:
- entity_id: /input_boolean.(test|testing)_boolean$/
options:
type: custom:template-entity-row
color: >-
{% if is_state('this.entity_id','on') %} green {% else %} red {%
endif %}
exclude:
- state: 'on'
1 Like