mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
✏️ Add doc for future naming templating #29
This commit is contained in:
parent
2b8ce7f350
commit
f9b783a3c3
@ -0,0 +1,11 @@
|
||||
# Variable reference for `naming template`
|
||||
|
||||
|
||||
| variable | Example | Descrition |
|
||||
| :---: | :---:| :---:|
|
||||
| `{date}` | `2020-12-24` | Current date |
|
||||
| `{hour}` | `20:05` | Current hour in 24h format |
|
||||
| `{hour_12}` | `08:05PM` | Current hour in 12h format |
|
||||
| `{ha_verion}` | `0.117.5`| Home assistant Version |
|
||||
| `{type}` | `Manual` | Backup type, value can be `Manual` or `Auto` |
|
||||
| `{type_low}` | `manual` | Same as `{type}` but value is lowercase |
|
Loading…
Reference in New Issue
Block a user