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