I have this card in my dashboard. ```
type: entities
title: House Battery status
entities:
- entity: sensor.battery_state_of_capacity
- type: custom:template-entity-row
icon: mdi:battery-90
name: "{{states('sensor.battery_tou_period_1')}}" - type: custom:template-entity-row
icon: mdi:battery-90
name: "{{states('sensor.battery_tou_period_2')}}" - type: custom:template-entity-row
icon: mdi:battery-90
name: "{{states('sensor.battery_tou_period_3')}}" - type: custom:template-entity-row
icon: mdi:battery-90
name: "{{states('sensor.battery_tou_period_4')}}"```
Because the state of the entities when there is a state are rather long I decided to only show the state as the name, and that works nicelyas seen on the screen shot.
I have tried to filter with auto-entities and to use templates with config-template but nothing seems to work.
Anyone with a good idea?