You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.file.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ notify:
23
23
name: NOTIFIER_NAME
24
24
platform: file
25
25
filename: FILENAME
26
-
timestamp: 1 or 0
26
+
timestamp: true or false
27
27
```
28
28
29
29
Configuration variables:
30
30
31
31
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
32
32
- **filename** (*Required*): Name of the file to use. The file will be created if it doesn't exist and saved in your `config/` folder.
33
-
- **timestamp** (*Optional*): Setting `timestamp` to 1 adds a timestamp to every entry.
33
+
- **timestamp** (*Optional*): Setting `timestamp` to True adds a timestamp to every entry.
34
34
35
35
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
0 commit comments