mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Fixing Telegram docs (#2637)
* Missing yaml formatter added for Telegram. * Fixing the url of notify.telegram
This commit is contained in:
parent
73c93429a0
commit
7d9e13dc10
@ -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
|
||||
|
@ -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) .
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user