Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95925

Turn off light no motion

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 95925

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>