From 405025a00b10bbba08e90fc4649c5e7d87983362 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 22:26:32 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/notify/file.py | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/homeassistant/components/notify/file.py b/homeassistant/components/notify/file.py index f2fd66d4202..3fe6d555524 100644 --- a/homeassistant/components/notify/file.py +++ b/homeassistant/components/notify/file.py @@ -3,26 +3,6 @@ homeassistant.components.notify.file ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ File notification service. -Configuration: - -To use the File notifier you will need to add something like the following -to your configuration.yaml file. - -notify: - platform: file - filename: FILENAME - timestamp: 1 or 0 - -Variables: - -filename -*Required - - -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 """