automations.yaml

This commit is contained in:
Home Assistant Version Control
2026-07-23 19:09:08 +00:00
parent 886466524d
commit 1b345dd256
-18
View File
@@ -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