mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user