diff --git a/source/_components/telegram_bot.markdown b/source/_components/telegram_bot.markdown index e969170558a..7e427c8ca4b 100644 --- a/source/_components/telegram_bot.markdown +++ b/source/_components/telegram_bot.markdown @@ -82,7 +82,7 @@ action: An example to show the use of event_data in the action: -``` +```yaml - alias: 'Kitchen Telegram Speak' trigger: platform: event diff --git a/source/_components/telegram_bot.polling.markdown b/source/_components/telegram_bot.polling.markdown index 6536e349ada..b1a7316f106 100644 --- a/source/_components/telegram_bot.polling.markdown +++ b/source/_components/telegram_bot.polling.markdown @@ -34,5 +34,5 @@ Configuration variables: - **allowed_chat_ids** (*Required*): A list of user in the `user_id` Telegram format enabled to interact to webhook - **api_key** (*Required*): The API token of your bot. -To get your `chat_id` and `api_key` follow the instructions [here](/components.notify.telegram) . +To get your `chat_id` and `api_key` follow the instructions [here](/components/notify.telegram) . diff --git a/source/_components/telegram_bot.webhooks.markdown b/source/_components/telegram_bot.webhooks.markdown index 7bb8c601914..5f106a67022 100644 --- a/source/_components/telegram_bot.webhooks.markdown +++ b/source/_components/telegram_bot.webhooks.markdown @@ -37,7 +37,7 @@ Configuration variables: - **api_key** (*Required*): The API token of your bot. - **trusted_networks** (*Optional*): Telegram server access ACL as list. Defaults to `149.154.167.197-233`. -To get your `chat_id` and `api_key` follow the instructions [here](/components.notify.telegram) . +To get your `chat_id` and `api_key` follow the instructions [here](/components/notify.telegram) . Full configuration sample: