Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - id: sunset_door_open_turn_on_light
- alias: 玄關-日落後大門打開餐嵌燈亮
- description: 玄關-日落後大門打開餐嵌燈亮
- trigger:
- - entity_id: binary_sensor.door_window_sensor_158d0000f81711 #選門窗感應器
- platform: state
- from: 'off'
- to: 'on'
- condition:
- condition: and #以下條件都符合才動作
- conditions:
- - after: sunset #日落
- condition: sun
- - condition: state #人體感應器沒有感應到人
- entity_id: binary_sensor.motion_sensor_158d00010527be
- state: 'off'
- - condition: state #要打開的開關是關閉的
- entity_id: switch.dinning_left_switch
- state: 'off'
- action:
- - data:
- entity_id: switch.dinning_left_switch #打開開關
- service: switch.turn_on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement