Caldin-Maldin

видео, frigate

Jul 20th, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. alias: Фиксация движения на улице (видео, frigate-integration)
  2. description: ""
  3. trigger:
  4. - platform: event
  5. event_type: telegram_callback
  6. event_data:
  7. command: /video
  8. condition: []
  9. action:
  10. - service: telegram_bot.send_video
  11. data:
  12. file: /media/house-video/street/{{trigger.event.data.args[0]}}
  13. caption: >
  14. {{trigger.event.data["message"]["text"]|regex_replace(find=' готова.',
  15. replace='.', ignorecase=False) }}
  16. target: хххххххххх
  17. timeout: 1000
  18. mode: single
  19.  
Advertisement
Add Comment
Please, Sign In to add comment