mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
add clarifying note about webhook trigger (#12809)
This commit is contained in:
parent
f5c1139f10
commit
ab346ed57a
@ -352,6 +352,8 @@ automation:
|
||||
|
||||
You could run the above automation by sending a POST HTTP request to `http://your-home-assistant:8123/api/webhook/some_hook_id`. An example with no data sent to a SSL/TLS secured installation and using the command-line curl program is `curl -d "" https://your-home-assistant:8123/api/webhook/some_hook_id`.
|
||||
|
||||
Note that each webhook can only be used in one automation at a time.
|
||||
|
||||
### Zone trigger
|
||||
|
||||
Zone trigger fires 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](/integrations/gpslogger/), the [OwnTracks platform](/integrations/owntracks/) and the [iCloud platform](/integrations/icloud/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user