From 036b6f832454a0ace6090fde522de39edd86761c Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 29 Aug 2025 14:00:40 +0000 Subject: [PATCH] blueprints/automation/medication-reminder.yaml aktualisiert --- blueprints/automation/medication-reminder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"