Caldin-Maldin

видео, frigate-mqtt

Dec 11th, 2022
89
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 2 0
  1. alias: Фиксация движения на улице (видео, frigate-mqtt)
  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. url: >-
  13. http://192.168.1.13:5000/api/events/{{ trigger.event.data.args[0]
  14. }}/clip.mp4
  15. caption: Запись движения на улице.
  16. target: xxxxxxxxx
  17. timeout: 1000
  18. mode: single
  19.  
Advertisement
Add Comment
Please, Sign In to add comment