Telegram change for 0.46 (#2736)
* Update telegram_bot.webhooks.markdown * Update telegram_bot.polling.markdown * Update notify.telegram.markdown
This commit is contained in:
parent
152ec0c141
commit
910824dc3f
3 changed files with 30 additions and 29 deletions
|
@ -48,12 +48,12 @@ To enable Telegram notifications in your installation, add the following to your
|
|||
```yaml
|
||||
# Example configuration.yaml entry for the Telegram Bot
|
||||
telegram_bot:
|
||||
platform: polling
|
||||
api_key: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
allowed_chat_ids:
|
||||
- CHAT_ID_1
|
||||
- CHAT_ID_2
|
||||
- CHAT_ID_3
|
||||
- platform: polling
|
||||
api_key: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
allowed_chat_ids:
|
||||
- CHAT_ID_1
|
||||
- CHAT_ID_2
|
||||
- CHAT_ID_3
|
||||
|
||||
# Example configuration.yaml entry for the notifier
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue