Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
7ac5085e9d
Merge 3c2341932b into beaa0dc540 2024-09-12 14:25:15 +02:00
2 changed files with 13 additions and 2 deletions

View File

@ -6,6 +6,6 @@
| `{date}` | `2020-12-24` | Current date |
| `{hour}` | `20:05` | Current hour in 24h format |
| `{hour_12}` | `08:05PM` | Current hour in 12h format |
| `{ha_version}` | `0.117.5`| Home assistant Version |
| `{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 |
| `{type_low}` | `manual` | Same as `{type}` but value is lowercase |

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "hassio-nextcloud-backup",
"packageManager": "pnpm@9.7.0",
"devDependencies": {
"auto-changelog": "2.4.0",
"release-it": "17.6.0"
},
"scripts": {
"release": "release-it"
}
}