automations.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user