mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
Several integration docs instruct the user to create a bot, but don't specify that the type of bot should be "Incoming webhook". Renames create-a-bot.md -> create-an-incoming-webhook.md for clarity, and replaces all incomplete instructions with this macro. Renames bot_types.png -> bot_types_incoming_webhook.png and updates the image with a screenshot of the latest UI.
1017 B
1017 B
-
{!create-stream.md!}
-
{!create-an-incoming-webhook.md!}
-
In Home Assistant, you need to add the
notifyservice to yourconfiguration.yamlfile. This should look something like this: -
The
api_keyparameter should correspond to your bot's key. Thestreamparameter is not necessarily required; if not given, it will default to thehomeassistantstream. -
And the URL under
resourceshould start with:{{ api_url }}/v1/external/homeassistant -
Finally, you need to configure a trigger for the service by adding an automation entry in the HomeAssistant
configuration.yamlfile.The
dataobject takes at least amessageproperty and an optionaltitleparameter which will be the conversation topic and which defaults tohomeassistantif not given.
{!congrats.md!}


