diff --git a/homeassistant/components/notify/file.py b/homeassistant/components/notify/file.py index 186bc53ca98..e428be0ff4b 100644 --- a/homeassistant/components/notify/file.py +++ b/homeassistant/components/notify/file.py @@ -76,3 +76,4 @@ class FileNotificationService(BaseNotificationService): else: text = '{}\n'.format(message) file.write(text) +