blueprints/automation/medication-reminder.yaml aktualisiert

This commit is contained in:
2025-08-29 12:05:20 +00:00
parent 51c217430a
commit aa0617f611

View File

@@ -70,3 +70,10 @@ action:
- service: "{{ notify_service }}" - service: "{{ notify_service }}"
data: data:
message: "{{ !input.medication_name }} is due again for {{ person | title }}." message: "{{ !input.medication_name }} is due again for {{ person | title }}."
- service: input_select.select_option
target:
entity_id: !input.person_selector
data:
option: "No selection"