Anybody give me any pointers on how to trigger a rest command through IFTTT websocket.
Rest Command in HA looks like this:
``rest_command:
away:
url: !secret rest_command_away
home:
url: !secret rest_command_home
shop:
url: !secret rest_command_shop
disabled:
url: !secret rest_command_disabled`
I have IFTTT working right now with legacy api password with a command like this:
https://ha.url.com/api/services/rest_command/disabled?api_password=xxxxxxxxxxxx
but would like to convert all my old legacy api calls to webhooks. I have tried several different examples on the forums but they were all no go. Looked at the rest api documents and couldn’t make any sense of it. I just need one example and I can do the rest.