mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +01:00
Compare commits
1 Commits
c4942602d6
...
7ac5085e9d
Author | SHA1 | Date | |
---|---|---|---|
|
7ac5085e9d |
@ -6,6 +6,6 @@
|
|||||||
| `{date}` | `2020-12-24` | Current date |
|
| `{date}` | `2020-12-24` | Current date |
|
||||||
| `{hour}` | `20:05` | Current hour in 24h format |
|
| `{hour}` | `20:05` | Current hour in 24h format |
|
||||||
| `{hour_12}` | `08:05PM` | Current hour in 12h 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}` | `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
11
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user