From 10b92c9a2a29eab36c565990a6bc58483ec9310e Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Sat, 15 Aug 2020 22:56:20 +0100 Subject: [PATCH] Removes \ from URL (#14253) just a leftover typo --- source/_integrations/push.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/push.markdown b/source/_integrations/push.markdown index bbf552209fa..5aa9b017c2a 100644 --- a/source/_integrations/push.markdown +++ b/source/_integrations/push.markdown @@ -22,7 +22,7 @@ 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/webhoo\k/my_custom_webhook_id +curl -X POST -F "image=@%f" http://my.hass.server.com:8123/api/webhook/my_custom_webhook_id # inserting a backslash in the middle of "webhook" stops Motion to move the command to a webhook ```