Added Home Assistant Webhook URL Syntax (#3067)

This commit is contained in:
Adam Dullage 2017-07-27 19:21:37 +01:00 committed by Fabian Affolter
parent f02b9e6155
commit fed925de5c
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -14,6 +14,8 @@ ha_release: 0.42
Telegram chatbot webhooks implementation as described in the Telegram [documentation](https://core.telegram.org/bots/webhooks). Telegram chatbot webhooks implementation as described in the Telegram [documentation](https://core.telegram.org/bots/webhooks).
Using Telegrams `setWebhook` method your bot's webhook URL should be set to `https://<public_url>:<port>/api/telegram_webhooks`.
This is one of two bot implementations supported by Telegram. Described by Telegram as the preferred implementation but requires your Home Assistant instance to be exposed to the internet. This is one of two bot implementations supported by Telegram. Described by Telegram as the preferred implementation but requires your Home Assistant instance to be exposed to the internet.
To integrate this into Home Assistant, add the following section to your `configuration.yaml` file: To integrate this into Home Assistant, add the following section to your `configuration.yaml` file: