mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-09 23:02:59 +00:00
temp hallway lighting config
This commit is contained in:
@@ -2,7 +2,7 @@ automation:
|
||||
- alias: Lighting · Hallway · Motion On
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: group.hallway_motion
|
||||
entity_id: binary_sensor.hallway_motion_occupancy
|
||||
to: "on"
|
||||
condition:
|
||||
condition: state
|
||||
@@ -35,8 +35,9 @@ automation:
|
||||
- alias: Lighting · Hallway · Motion Off
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: group.hallway_motion
|
||||
entity_id: binary_sensor.hallway_motion_occupancy
|
||||
to: "off"
|
||||
for: "00:01:00"
|
||||
action:
|
||||
- choose:
|
||||
# Turn off in Day Mode
|
||||
|
||||
Reference in New Issue
Block a user