Hi, hier ist meine Automatisierung, die funktioniert für alle die HA auf dem Handy als App haben:
alias: Notify - Müll morgen
description: Müll rausstellen erinnerung
trigger:
- platform: time
at: "18:30:00"
condition:
- condition: template
value_template: "{{'Morgen' in states('sensor.nachste_abholung') }}"
action:
- service: notify.notify
data:
title: Mülltonne(n) rausstellen!
message: "{{states('sensor.nachste_abholung') }}"
mode: single
das ganze in den Automatisierungen als yaml - Code reinstellen.