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" +