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