mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +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.
1013 B
1013 B
-
{!create-channel.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 thehomeassistantchannel. -
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!}


