Another small question!
I’m trying to implement following: Custom component Afvalbeheer - Support for multiple waste collectors - #420 by geertmeersman
Now i tried this with custom_entities like this:
- type: 'custom_entities'
entity_list:
- entity_item:
- entity: sensor.recycleapp_gft
name: 'GFT'
- entity_item:
- entity: sensor.recycleapp_papier
name: 'Papier'
basically i would just want to have a button view or markdown where I can see whatever is being picked up, and when. But right now it is showing following:
You got any ideas on how to make this work?
Thanks in advance! Really loving the layout!