fixed startup
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Paolo Asperti 2021-09-13 11:03:42 +02:00
parent 2a3d25f534
commit 7fe147c7f0
Signed by: paspo
GPG Key ID: 06D46905D19D5182
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
"version": "0.2.0",
"slug": "auto-backup",
"description": "Take hassio backups with fixed timings and manage retention",
"startup": "before",
"startup": "application",
"boot": "auto",
"arch": [
"aarch64",

View File

@ -4,7 +4,7 @@
"version": "0.1.3",
"slug": "auto-snapshot",
"description": "Take hassio snapshots with fixed timings and manage retention. Since Homeassistant 2021.9 SNAPSHOT is renamed to BACKUP, so please use the new addon AUTO-BACKUP. This addon will not be supported anymore.",
"startup": "before",
"startup": "application",
"boot": "auto",
"arch": [
"aarch64",

View File

@ -5,7 +5,7 @@
"version": "0.2.2",
"slug": "ot-recorder",
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
"startup": "before",
"startup": "services",
"boot": "auto",
"ports": {
"8083": 8083

View File

@ -4,7 +4,7 @@
"version": "0.1.9",
"slug": "upsmon",
"description": "Connect to a remote NUT server",
"startup": "system",
"startup": "services",
"boot": "auto",
"arch": [
"aarch64",