Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: FLIC Button 1
- trigger:
- - platform: webhook
- webhook_id: flic_b1_double
- allowed_methods: [POST, PUT]
- local_only: true
- - platform: webhook
- webhook_id: flic_b1_long
- allowed_methods: [POST, PUT]
- local_only: true
- - platform: webhook
- webhook_id: flic_b1_single
- allowed_methods: [POST, PUT]
- local_only: true
- action:
- - choose:
- - conditions:
- - condition: trigger
- id: flic_b1_double
- sequence:
- - service: light.toggle
- target:
- entity_id: light.lamp2
- - conditions:
- - condition: trigger
- id: flic_b1_long
- sequence:
- - service: light.toggle
- target:
- entity_id: light.lamp3
- - conditions:
- - condition: trigger
- id: flic_b1_single
- sequence:
- - service: light.toggle
- target:
- entity_id: light.lamp1
Advertisement
Comments
-
- Please do not click on any link claiming financial gain... I don't know why spam is so prevalent to this post.
Add Comment
Please, Sign In to add comment