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
|
@ -22,11 +22,11 @@ To integrate this into Home Assistant, add the following section to your `config
|
|||
# Example configuration.yaml entry
|
||||
|
||||
telegram_bot:
|
||||
platform: polling
|
||||
api_key: <telegram api key>
|
||||
allowed_chat_ids:
|
||||
- 12345
|
||||
- 67890
|
||||
- platform: polling
|
||||
api_key: <telegram api key>
|
||||
allowed_chat_ids:
|
||||
- 12345
|
||||
- 67890
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue