- id: '*******'
alias: Open lights when enter the house at night
trigger:
- entity_id: binary_sensor.door_window_sensor_******
from: 'off'
platform: state
to: 'on'
condition:
- after: sunset
before: sunrise
condition: sun
action:
- data:
entity_id: switch.light1
service: switch.turn_on
- delay: 01:00
- data:
entity_id: switch.light1
service: switch.turn_off
initial_state: true
hide_entity: false