mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
8 lines
270 B
YAML
8 lines
270 B
YAML
addwebhook:
|
|
description: Add webhook during runtime (e.g. if it has been banned).
|
|
fields:
|
|
url:
|
|
description: URL for which to add the webhook.
|
|
example: https://yourdomain.com:443/api/webhook/webhook_id
|
|
dropwebhook:
|
|
description: Drop active webhooks. |