automation.yaml 553 B

123456789101112131415161718192021222324252627
  1. - alias: "Deurbel"
  2. trigger:
  3. platform: state
  4. entity_id: binary_sensor.deurbel
  5. from: 'off'
  6. to: 'on'
  7. action:
  8. service: notify.pushbullet
  9. data:
  10. message: "Deurbel gaat"
  11. title: "Deurbel gaat"
  12. - alias: "Deurbel licht notificatie"
  13. trigger:
  14. platform: state
  15. entity_id: binary_sensor.deurbel
  16. from: 'off'
  17. to: 'on'
  18. condition:
  19. condition: state
  20. entity_id: input_boolean.mute_doorbell
  21. state: 'on'
  22. action:
  23. service: light.turn_on
  24. data:
  25. entity_id: group.flashlight
  26. flash: short