more small fixes and consolidating the driveway

This commit is contained in:
CeeWeasel
2025-07-20 16:39:50 -04:00
parent 0baf98f917
commit ca1082899b
25 changed files with 254 additions and 540 deletions
+4 -4
View File
@@ -2,21 +2,21 @@ alias: Mancave Lights
id: automation_mancave_lights
mode: queued
trigger:
- platform: state
triggers:
- trigger: state
id: door_open
entity_id: binary_sensor.mancave_door_contact
from: "off"
to: "on"
- platform: state
- trigger: state
id: door_closed
entity_id: binary_sensor.mancave_door_contact
from: "on"
to: "off"
for: "00:10:00"
- platform: state
- trigger: state
id: motion_off
entity_id: binary_sensor.mancave_motion_switch_home_security_motion_detection
to: "off"