mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Merge branch 'file' of github.com:fabaff/home-assistant into file
This commit is contained in:
commit
0269e89148
@ -76,3 +76,4 @@ class FileNotificationService(BaseNotificationService):
|
|||||||
else:
|
else:
|
||||||
text = '{}\n'.format(message)
|
text = '{}\n'.format(message)
|
||||||
file.write(text)
|
file.write(text)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user