Service provider that allows Home Assistant to utilise Webhooks in automations or service calls, initially designed for use with Discord Webhooks
The repository folder structure is compatible with HACS
Install HACS via: https://hacs.xyz/docs/installation/manual.
Once installed, select custom repositories, and copy in the address to this https://github.com/HCookie/Webhook-Service-home-assistant
Copy all the files in custom_components\webhook_service
to custom_components\webhook_service
in your HomeAssistant.
Simply add webhook_service:
to your configuration.yaml file
To add the Webhook Service integration to your Home Assistant, use this My button:
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the Add Integration button.
-
From the list, select Webhook Service.
-
Follow the instructions on screen to complete the setup.
Use the webhook_service:basic_webhook
service in automations to post json data to a webhook