Skip to content

Commit e3a51b4

Browse files
authored
Update notify.file.markdown
1 parent b5fe7df commit e3a51b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/notify.file.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ notify:
2323
name: NOTIFIER_NAME
2424
platform: file
2525
filename: FILENAME
26-
timestamp: 1 or 0
26+
timestamp: true or false
2727
```
2828
2929
Configuration variables:
3030
3131
- **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`.
3232
- **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.
3434

3535
To use notifications, please see the [getting started with automation page](/getting-started/automation/).

0 commit comments

Comments
 (0)