Trash Day Notice | Title in HADashboard

Hi all,

I’m not much of a coder but I always try to figure out stuff myself and so far so good.
But now I’m stuck. I’ve created a sensor on the dashboard for trash day, which works fine! I tells me when it’s time to bring out the trash, but I want it to tell me what trash I have to bring out.
Currently it tells me just the state so ‘on’ or ‘off’ but how do I get the title from the “appointment” to the dashboard So I can instantly see what I have to bring outside?

I hope someone can point me in the right direction for setting this up.

depends on the version from appdaemon that you use.
if you use appdaemon version 3 you can use a sensorwidget
in the widgetentity definition you can add the attribute at the end of the name

so something like:
sensor.vuilnis.title

if you are using appdaemon 2 you can create a template sensor in HA and then use that sensor in your dashboard.