First off the thing with the line breaks / one entry per entry in your list is a bit tricky and would probably need a component. Because the thing is I imagine your list is rather dynamic so one sensor per entry wouldn’t work like that. On the other hand you CAN do things to make it more readable e.g. put a number in front of every entry like this:
value_template: >
{% for x in value_json %}
'{{ loop.index }}. {{ x.title }}'
{% endfor %}
For the name of the sensor and the icon take a look at the customizing of entities here
How much would would there be to make a component out of this? Rather new to this so any pointers to good documentation on how to get started with easy REST components would be greatly appreciated!
Really cool idea Will probably try your example as well.
Component sounds like a very nice idea
I’m thinking of automations with Zones (i.e.: going into the supermarket pops up notification of whats missing)
FYI: The name and the icon you can easily change in the customize.yaml or in the customization tab in hassio UI. I believe that UI feature was recently added.
A proper Wunderlist component would be awesome, I haven’t found a better TODO system online yet. We use it for our household, groceries, wishlists, personal tasks, etc.
My use case primarily would be Wunderlist --> overdue tasks --> HASS --> TTS / notifcations