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