From 8ca9ce07c28c18446fc59c658060fa28dcf683ea Mon Sep 17 00:00:00 2001 From: Cooper Dale Date: Mon, 25 Feb 2019 12:30:23 +0100 Subject: [PATCH] solution for a bug in ?Motion|motionEye (#8725) more info here: https://github.com/ccrisan/motioneye/issues/1062#issuecomment-466714428 --- source/_components/camera.push.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/camera.push.markdown b/source/_components/camera.push.markdown index d6053682dbb..e422ab4c5ee 100644 --- a/source/_components/camera.push.markdown +++ b/source/_components/camera.push.markdown @@ -25,7 +25,8 @@ The `push` camera can as an example be used with [motionEye](https://github.com/ In motionEye, under **File Storage -> Run A Command** type in: ```bash -curl -X POST -F "image=@%f" http://my.hass.server.com:8123/api/webhook/my_custom_webhook_id +curl -X POST -F "image=@%f" http://my.hass.server.com:8123/api/webhoo\k/my_custom_webhook_id +# inserting a backslash in the middle of "webhook" stops Motion to move the command to a webhook ``` Optionally configure motionEye to save only motion triggered images by going into **Still Images -> Capture Mode** and setting **Motion Triggered**. Tune your preferences under **Motion Detection**.