From 65aec2ba7013e3aa6567afc6e51169211787dcb4 Mon Sep 17 00:00:00 2001 From: GMFalka Date: Mon, 17 Jul 2017 19:11:26 +0200 Subject: [PATCH] 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 --- source/_components/notify.telegram.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_components/notify.telegram.markdown b/source/_components/notify.telegram.markdown index e82e8485d4d..d6be5030a2d 100644 --- a/source/_components/notify.telegram.markdown +++ b/source/_components/notify.telegram.markdown @@ -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. +

+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 +``` +

+ ### {% linkable_title Document support %}