Dont know for sure if this is the right place to post but I’m fairly new with Home assistant and am trying to make an automation using YAML. Right now Im sending a post request via Curl in the terminal like this:
curl --data ‘’ -X POST --header “auth token: token” http://IP/api/v2/info
My plan is to automate this command via de Homeassist but i couldnt figure it out by googling