mirror of https://github.com/zulip/zulip.git
1013 B
1013 B
-
{!create-channel.md!}
-
{!create-an-incoming-webhook.md!}
-
In Home Assistant, you need to add the
notify
service to yourconfiguration.yaml
file. This should look something like this: -
The
api_key
parameter should correspond to your bot's key. Thestream
parameter is not necessarily required; if not given, it will default to thehomeassistant
channel. -
And the URL under
resource
should 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.yaml
file.The
data
object takes at least amessage
property and an optionaltitle
parameter which will be the conversation topic and which defaults tohomeassistant
if not given.
{!congrats.md!}