From 85b28ebfb1c9e010255d03fab9cc53e91cdd9d3d Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Thu, 23 Jul 2026 19:09:20 +0000 Subject: [PATCH] automations.yaml --- automations.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/automations.yaml b/automations.yaml index 88990dd..75b0539 100644 --- a/automations.yaml +++ b/automations.yaml @@ -2936,25 +2936,3 @@ notification_id: '{{ notification_id }}' mode: queued max: 10 -- id: '1784813583489' - alias: Entryway Lamp - TEMPORARY - description: Turns on the office lamp when motion is detected in the entryway. - triggers: - - trigger: state - entity_id: - - binary_sensor.entryway - to: - - 'on' - conditions: [] - actions: - - action: light.turn_on - target: - entity_id: - - light.office_lamp - - delay: - seconds: 1 - - action: notify.notify - data: - title: Entryway Motion - message: Office lamp was turned on. - mode: single