Merge branch 'file' of github.com:fabaff/home-assistant into file

This commit is contained in:
Fabian Affolter 2015-06-20 23:10:57 +02:00
commit 0269e89148

View File

@ -76,3 +76,4 @@ class FileNotificationService(BaseNotificationService):
else:
text = '{}\n'.format(message)
file.write(text)