automations.yaml
This commit is contained in:
@@ -2957,3 +2957,14 @@
|
|||||||
notification_id: '{{ notification_id }}'
|
notification_id: '{{ notification_id }}'
|
||||||
mode: queued
|
mode: queued
|
||||||
max: 10
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user