From 6a5a85dc4af7c4b576c8d2f76fa50b9b482f71f9 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:02:18 +0200 Subject: [PATCH] Telegram: add substep to restart after config change (#28152) Co-authored-by: Franck Nijhof --- source/_integrations/telegram.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/telegram.markdown b/source/_integrations/telegram.markdown index 19361b8fb79..798743f609d 100644 --- a/source/_integrations/telegram.markdown +++ b/source/_integrations/telegram.markdown @@ -28,7 +28,7 @@ To create your first [Telegram bot](https://core.telegram.org/bots#how-do-i-crea * Then, enter `/start`. * The bot will return your chat ID and the user name. 1. Create a [Telegram bot in Home Assistant](/integrations/telegram_bot): - * Paste this into your configuration file: + * Paste this into your [configuration file](/docs/configuration/): * Replace the `api_key` and the `allowed_chat_ids` with your data. ```yaml @@ -51,6 +51,7 @@ To create your first [Telegram bot](https://core.telegram.org/bots#how-do-i-crea name: "sarah" chat_id: 44441111 ``` + * Restart Home Assistant. 1. From the conversation with BotFather, select the link to open a chat with your new bot. 1. In the chat with the new bot, enter `/start`.