@seandavidson wrote:
I came here a few days ago and the great community helped out and explained my issue. So back now. Trying to get a light off after no motion for 10 mins.
Current automation. What am I missing.
alias: Office Light Off No Motion description: Turn Off Office Light 10 Mins After Last Motion trigger: - entity_id: binary_sensor.wyzemotion for: 00:10:00 platform: state to: 'off' condition: - condition: state entity_id: light.office_light state: 'on' action: - entity_id: light.office_light service: light.turn_off
Posts: 2
Participants: 2