I have updated the docs for the homeassistant integration to include numbers to increase visibility. Fixies part of #17633.
1.0 KiB
-
{!create-stream.md!}
-
Next, on your {{ settings_html|safe }}, create a bot and note its email and API key.
-
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!}


