From 644de150ff0c169a1729e4b9745920d9b3559729 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Sun, 26 Jul 2026 01:04:35 +0000 Subject: [PATCH] automations.yaml --- automations.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/automations.yaml b/automations.yaml index d14d044..f552027 100644 --- a/automations.yaml +++ b/automations.yaml @@ -2957,3 +2957,14 @@ notification_id: '{{ notification_id }}' mode: queued max: 10 +- id: '1785027869879' + alias: Alfred Lock Force Sync + description: Forces a refresh of the Alfred Lock helper state every 5 minutes. + triggers: + - minutes: /5 + trigger: time_pattern + actions: + - action: homeassistant.update_entity + target: + entity_id: input_boolean.alfred_lock_sync_switch + mode: single