Update notify.telegram.markdown (#2938)

* Update notify.telegram.markdown

Folder whitelisting required for file sending. Note included. If the formating is wrong, please help fixing it :)

* Update notify.telegram.markdown

* Update notify.telegram.markdown

Added documentation link
This commit is contained in:
GMFalka 2017-07-17 19:11:26 +02:00 committed by Fredrik Lindqvist
parent fa3c0c2dd9
commit 65aec2ba70

View File

@ -121,6 +121,19 @@ Configuration variables:
- **keyboard** (*Optional*): List of rows of commands, comma-separated, to make a custom keyboard.
- **inline_keyboard** (*Optional*): List of rows of commands, comma-separated, to make a custom inline keyboard with buttons with associated callback data.
<p class='note'>
Since Homeassistant version 0.48 you have to [whitelist the source folder](/docs/configuration/basic/) of the file you want to include in the notification.
```yaml
configuration.yaml
...
homeassistant:
whitelist_external_dirs:
- /tmp
- /home/kenji/data
```
</p>
### {% linkable_title Document support %}