diff --git a/blueprints/automation/medication-reminder.yaml b/blueprints/automation/medication-reminder.yaml index 801772d..e0c652d 100644 --- a/blueprints/automation/medication-reminder.yaml +++ b/blueprints/automation/medication-reminder.yaml @@ -39,7 +39,7 @@ trigger: - platform: event event_type: tag_scanned event_data: - tag_id: !input nfc_tag_id + tag_id: "{{ inputs.nfc_tag_id }}" variables: scanned_user_id: "{{ trigger.context.user_id }}"