From aa0617f611ab37cebeb27147bc08869553451d82 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 29 Aug 2025 12:05:20 +0000 Subject: [PATCH] blueprints/automation/medication-reminder.yaml aktualisiert --- blueprints/automation/medication-reminder.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blueprints/automation/medication-reminder.yaml b/blueprints/automation/medication-reminder.yaml index 788660b..8fdd4f5 100644 --- a/blueprints/automation/medication-reminder.yaml +++ b/blueprints/automation/medication-reminder.yaml @@ -70,3 +70,10 @@ action: - service: "{{ notify_service }}" data: 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" +