Fixing Telegram docs (#2637)

* Missing yaml formatter added for Telegram.

* Fixing the url of notify.telegram
This commit is contained in:
Gergely Peidl 2017-05-16 08:14:31 +02:00 committed by Fabian Affolter
parent 73c93429a0
commit 7d9e13dc10
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ action:
An example to show the use of event_data in the action:
```
```yaml
- alias: 'Kitchen Telegram Speak'
trigger:
platform: event

View File

@ -34,5 +34,5 @@ Configuration variables:
- **allowed_chat_ids** (*Required*): A list of user in the `user_id` Telegram format enabled to interact to webhook
- **api_key** (*Required*): The API token of your bot.
To get your `chat_id` and `api_key` follow the instructions [here](/components.notify.telegram) .
To get your `chat_id` and `api_key` follow the instructions [here](/components/notify.telegram) .

View File

@ -37,7 +37,7 @@ Configuration variables:
- **api_key** (*Required*): The API token of your bot.
- **trusted_networks** (*Optional*): Telegram server access ACL as list. Defaults to `149.154.167.197-233`.
To get your `chat_id` and `api_key` follow the instructions [here](/components.notify.telegram) .
To get your `chat_id` and `api_key` follow the instructions [here](/components/notify.telegram) .
Full configuration sample: