From 912ddbb4fc8e27062a548e14d94872adfe4bcd4f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 22:25:41 +0200 Subject: [PATCH] Add link to docs --- homeassistant/components/notify/file.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/file.py b/homeassistant/components/notify/file.py index 9c0beca14ac..f2fd66d4202 100644 --- a/homeassistant/components/notify/file.py +++ b/homeassistant/components/notify/file.py @@ -17,12 +17,14 @@ Variables: filename *Required -Name of the file to use. The file will be created if it doesn't exist and saved -in your config/ folder. + timestamp *Required Add a timestamp to the entry, valid entries are 1 or 0. + +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/notify.file.html """ import logging import os