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

View File

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