wally40

FLIC Home Assistant Webhook

Jun 17th, 2025
71
0
Never
8
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | Software | 0 0
  1. alias: FLIC Button 1
  2. trigger:
  3. - platform: webhook
  4. webhook_id: flic_b1_double
  5. allowed_methods: [POST, PUT]
  6. local_only: true
  7. - platform: webhook
  8. webhook_id: flic_b1_long
  9. allowed_methods: [POST, PUT]
  10. local_only: true
  11. - platform: webhook
  12. webhook_id: flic_b1_single
  13. allowed_methods: [POST, PUT]
  14. local_only: true
  15.  
  16. action:
  17. - choose:
  18. - conditions:
  19. - condition: trigger
  20. id: flic_b1_double
  21. sequence:
  22. - service: light.toggle
  23. target:
  24. entity_id: light.lamp2
  25.  
  26. - conditions:
  27. - condition: trigger
  28. id: flic_b1_long
  29. sequence:
  30. - service: light.toggle
  31. target:
  32. entity_id: light.lamp3
  33.  
  34. - conditions:
  35. - condition: trigger
  36. id: flic_b1_single
  37. sequence:
  38. - service: light.toggle
  39. target:
  40. entity_id: light.lamp1
  41.  
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • wally40
    76 days
    # text 0.11 KB | 0 0
    1. Please do not click on any link claiming financial gain... I don't know why spam is so prevalent to this post.
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment