mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
Note: This doesn't change the occurences in the Zapier integration doc, since they refer to pieces of the UI in Zapier, which may still be using the "Stream" terminology.
30 lines
1013 B
Markdown
30 lines
1013 B
Markdown
1. {!create-channel.md!}
|
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
1. In Home Assistant, you need to add the `notify` service to your
|
|
`configuration.yaml` file. This should look something like this:
|
|
|
|

|
|
|
|
1. The `api_key` parameter should correspond to your bot's key. The `stream`
|
|
parameter is not necessarily required; if not given, it will default to
|
|
the `homeassistant` channel.
|
|
|
|
1. And the URL under `resource` should start with:
|
|
|
|
`{{ api_url }}/v1/external/homeassistant`
|
|
|
|
1. Finally, you need to configure a trigger for the service by adding
|
|
an automation entry in the HomeAssistant `configuration.yaml` file.
|
|
|
|

|
|
|
|
The `data` object takes at least a `message` property and an optional
|
|
`title` parameter which will be the conversation topic and which defaults
|
|
to `homeassistant` if not given.
|
|
|
|
{!congrats.md!}
|
|
|
|

|