Point to Telegram chatbot page from Telegram config example (#11631)

* Point to Telegram chatbot page from Telegram config example

* Refer to chatbot platforms consistently as platform, not method
This commit is contained in:
Ville Skyttä 2020-01-04 23:07:08 +02:00 committed by Franck Nijhof
parent 1ef6a09dbe
commit 9f42bbb5d6
2 changed files with 5 additions and 1 deletions

View File

@ -87,6 +87,10 @@ notify:
chat_id: CHAT_ID_2
```
Refer to the platforms mentioned in the
[Telegram chatbot page](/integrations/telegram_chatbot/) for
`telegram_bot` configuration.
{% configuration %}
name:
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.

View File

@ -10,7 +10,7 @@ ha_iot_class: Cloud Push
Use Telegram on your mobile or desktop device to send and receive messages or commands to/from your Home Assistant.
This integration creates notification services to send, or edit previously sent, messages from a [Telegram Bot account](https://core.telegram.org/bots) configured either with the [polling](/integrations/telegram_polling) method or with the [webhooks](/integrations/telegram_webhooks) one, and trigger events when receiving messages.
This integration creates notification services to send, or edit previously sent, messages from a [Telegram Bot account](https://core.telegram.org/bots) configured either with the [polling](/integrations/telegram_polling) platform or with the [webhooks](/integrations/telegram_webhooks) one, and trigger events when receiving messages.
If you don't need to receive messages, you can use the [broadcast](/integrations/telegram_broadcast) platform instead.