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:
parent
fa3c0c2dd9
commit
65aec2ba70
1 changed files with 13 additions and 0 deletions
|
@ -121,6 +121,19 @@ Configuration variables:
|
||||||
- **keyboard** (*Optional*): List of rows of commands, comma-separated, to make a custom keyboard.
|
- **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.
|
- **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 %}
|
### {% linkable_title Document support %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue