Skip to content

Commit

Permalink
Point to Telegram chatbot page from Telegram config example (home-ass…
Browse files Browse the repository at this point in the history
…istant#11631)

* Point to Telegram chatbot page from Telegram config example

* Refer to chatbot platforms consistently as platform, not method
  • Loading branch information
scop authored and frenck committed Jan 4, 2020
1 parent 1ef6a09 commit 9f42bbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions source/_integrations/telegram.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/telegram_chatbot.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9f42bbb

Please sign in to comment.