From 1b345dd256333ee7e78c9418ed4d2a34621fcb39 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Thu, 23 Jul 2026 19:09:08 +0000 Subject: [PATCH] automations.yaml --- automations.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/automations.yaml b/automations.yaml index 04d81f2..88990dd 100644 --- a/automations.yaml +++ b/automations.yaml @@ -2958,21 +2958,3 @@ title: Entryway Motion message: Office lamp was turned on. mode: single -- id: '1784833526221' - alias: Office Lamp On at 6PM - description: Turn on the office lamp every day at 6:00 PM, or whenever motion is - detected in the entryway - triggers: - - at: '18:00:00' - trigger: time - - trigger: state - entity_id: - - binary_sensor.entryway - to: - - 'on' - id: entryway_motion - actions: - - action: light.turn_on - target: - entity_id: light.office_lamp - mode: single