Wenn du es nach dem Video von Simon gemacht hast, geht auch die Benachrichtigung per Automation wie bei Simon:
alias: Notify - Müll morgen
description: ""
mode: single
triggers:
- at: "17:00:00"
trigger: time
conditions:
- condition: template
value_template: "{{'Morgen' in states('sensor.nachste_abholung') }}"
actions:
- action: notify.notify
data:
title: Mülltonne(n) rausstellen!
message: "{{states('sensor.nachste_abholung') }}"