Skip to content

Commit

Permalink
add hassio_api config option
Browse files Browse the repository at this point in the history
  • Loading branch information
bmanojlovic committed Mar 4, 2020
1 parent e0f84f2 commit 9660619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "Borgbackup for homeassistant",
"version": "1.0",
"version": "1.1",
"slug": "borg_backup",
"description": "Borgbackup!",
"url": "https://github.com/bmanojlovic/home-assistant-borg-backup/",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "before",
"boot": "manual",
"hassio_role": "backup",
"hassio_api": "true",
"homeassistant_api": "true",
"map": [ "config:rw", "backup:rw" ],
"options": {
Expand Down
2 changes: 1 addition & 1 deletion docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export DOCKER_USER="bmanojlovic"

docker run --rm --privileged \
-v ~/.docker:/root/.docker \
homeassistant/amd64-builder --all -t borg-backup \
homeassistant/amd64-builder --all -t borg_backup \
-r https://github.com/bmanojlovic/home-assistant-addons -b master

0 comments on commit 9660619

Please sign in to comment.