Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. automation:
  2.   - alias: 'wlacz1'
  3.     trigger:
  4.       - platform: state
  5.         entity_id: binary_sensor.guzik1
  6.       - platform: state
  7.         entity_id: binary_sensor.guzik1
  8.  
  9.  
  10.     action:
  11.       service: switch.toggle
  12.       entity_id: switch.Lamp1
  13.        
  14.        
  15.        
  16.   - alias: 'wlacz2'
  17.     trigger:
  18.       - platform: state
  19.         entity_id: binary_sensor.guzik2
  20.       - platform: state
  21.         entity_id: binary_sensor.guzik2
  22.  
  23.  
  24.     action:
  25.       service: switch.toggle
  26.       entity_id: switch.Lamp2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement