cagos

Untitled

Feb 8th, 2021
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # i min /config/ios_push_categories.yaml #
  2. - name: camera1
  3. identifier: "camera1"
  4. actions:
  5. - identifier: "LUK_GARAGEPORT"
  6. title: "Luk garageporten"
  7. activationMode: "background"
  8. authenticationRequired: no
  9. destructive: true
  10. behavior: "default"
  11.  
  12. # min automation #
  13. alias: Luk garageport
  14. description: ''
  15. trigger:
  16. - platform: event
  17. event_type: ios.notification_action_fired
  18. event_data:
  19. actionName: LUK_GARAGEPORT
  20. condition: []
  21. action:
  22. - service: notify.mobile_app_casper_iphone
  23. data:
  24. message: test af ios.notification_action_fired
  25. mode: single
  26.  
Advertisement
Add Comment
Please, Sign In to add comment