Files
zulip/zerver/webhooks/homeassistant/doc.md
Mateusz Mandera 87007df8eb webhooks: Rename remaining stream references to channel.
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.
2024-05-06 09:07:57 -07:00

1013 B

  1. {!create-channel.md!}

  2. {!create-an-incoming-webhook.md!}

  3. In Home Assistant, you need to add the notify service to your configuration.yaml file. This should look something like this:

  4. 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.

  5. And the URL under resource should start with:

    {{ api_url }}/v1/external/homeassistant

  6. 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!}