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:
Pascal Vizeli 2017-06-02 11:57:41 +02:00 committed by GitHub
parent 152ec0c141
commit 910824dc3f
3 changed files with 30 additions and 29 deletions

View file

@ -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: