BassWinger
New Member
- Joined
- Apr 12, 2025
- Messages
- 13
- Reaction score
- 6
- Cars
- 2025 Air Touring
Just to provide a tiny bit of encouragement, here's the entire automation
View attachment 28119
Or, if you prefer YAML:
YAML:description: "Simulate parking lights when parking somewhere sketchy" mode: single triggers: - trigger: state entity_id: - lock.lulu_door_locks from: null to: locked conditions: - condition: not conditions: - condition: zone entity_id: device_tracker.lulu zone: zone.home - condition: not conditions: - condition: state entity_id: sensor.lulu_power_state state: Drive - condition: state entity_id: select.lulu_alarm state: Armed actions: - action: light.turn_on metadata: {} data: {} target: entity_id: light.lulu_headlights - delay: hours: 0 minutes: 5 seconds: 0 milliseconds: 0 - action: light.turn_off metadata: {} data: {} target: entity_id: light.lulu_headlights
STAAAHP!
I may get into this!
