mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
integrations: Update HomeAssistant Documentation.
I have updated the docs for the homeassistant integration to include numbers to increase visibility. Fixies part of #17633.
This commit is contained in:
@@ -1,29 +1,29 @@
|
|||||||
{!create-stream.md!}
|
1. {!create-stream.md!}
|
||||||
|
|
||||||
Next, on your {{ settings_html|safe }}, create a bot and
|
1. Next, on your {{ settings_html|safe }}, create a bot and
|
||||||
note its email and API key.
|
note its email and API key.
|
||||||
|
|
||||||
In Home Assistant, you need to add the `notify` service to your
|
1. In Home Assistant, you need to add the `notify` service to your
|
||||||
`configuration.yaml` file. This should look something like this:
|
`configuration.yaml` file. This should look something like this:
|
||||||
|
|
||||||

|

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

|

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