I am using the trash information card to show with trashcan I have empty. It makes some sensor with dates. Now I want to make an picture-entity with the picture of the trash can and the date it should be emptied.
But the problem is I cannot get the date as name of the picture card, it always show Object object instead of the date. The config I have right now is
I tried to following values for names but all show object object as name:
{{sensor.trash_first_next_date}}
{{states.sensor.trash_first_next_date.state}}
{{states.sensor.trash_first_next_date}}
I also tried to make a sensor:
How can I used the value of the sensor state/value as name of the picture card ?