- alias: sf off zd
trigger:
- platform: state
entity_id: binary_sensor.pir4
from: 'on'
to: 'off'
- platform: state
entity_id: binary_sensor.motion_sensor_158d0001137352 #小米红外感应器
from: 'on'
to: 'off'
condition:
- condition: and
conditions:
- condition: time
after: '11:00:00'
before: '07:30:00'
- condition: state
entity_id: binary_sensor.motion_sensor_158d0001137352 #小米红外感应器
state: 'off'
- condition: state
entity_id: binary_sensor.pir4
state: 'off'
action:
- service: switch.turn_off
entity_id: switch.sonoff_3ch2
|