diff --git a/blueprints/automation/medication-reminder.yaml b/blueprints/automation/medication-reminder.yaml index 8fdd4f5..81030a1 100644 --- a/blueprints/automation/medication-reminder.yaml +++ b/blueprints/automation/medication-reminder.yaml @@ -70,10 +70,8 @@ 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" -