automations.yaml

This commit is contained in:
Home Assistant Version Control
2026-07-23 19:09:20 +00:00
parent 1b345dd256
commit 85b28ebfb1
-22
View File
@@ -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