diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 1cf9b52f7a0..7a4e57b496a 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -201,9 +201,11 @@ Webhook triggers are triggered by web requests made to the webhook endpoint: `/a automation: trigger: platform: webhook - webhook_id: + webhook_id: some_hook_id ``` +You could test triggering above automation by sending a POST HTTP request to `http://your-home-assistant:8123/api/webhook/some_hook_id`. + ### {% linkable_title Zone trigger %} Zone triggers can trigger when an entity is entering or leaving the zone. For zone automation to work, you need to have setup a device tracker platform that supports reporting GPS coordinates. This includes [GPS Logger](/components/device_tracker.gpslogger/), the [OwnTracks platform](/components/device_tracker.owntracks/) and the [iCloud platform](/components/device_tracker.icloud/).