Home Assistant – Webhook with powershell


Just a quick one today, I had a need to run a Webhook from PowerShell to Home Assistant and found a really small line of PowerShell will do the job

Invoke-WebRequest -Uri https://(home-assistant URL)/api/webhook/webhook -Method POST