From fed925de5cbee52c7c737d1336febfbb6ea2cb87 Mon Sep 17 00:00:00 2001 From: Adam Dullage Date: Thu, 27 Jul 2017 19:21:37 +0100 Subject: [PATCH] Added Home Assistant Webhook URL Syntax (#3067) --- source/_components/telegram_bot.webhooks.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/telegram_bot.webhooks.markdown b/source/_components/telegram_bot.webhooks.markdown index 491b292879b..aacbdffe549 100644 --- a/source/_components/telegram_bot.webhooks.markdown +++ b/source/_components/telegram_bot.webhooks.markdown @@ -14,6 +14,8 @@ ha_release: 0.42 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://:/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. To integrate this into Home Assistant, add the following section to your `configuration.yaml` file: