Skip to content

Commit

Permalink
Update hassio config.json with arch and new docker
Browse files Browse the repository at this point in the history
Fixes a couple of issues:
* config.json for the addon has changed formats and requires a list of valid "arch" files. Fixes TD22057GH-148, TD22057GH-137
* Use new repo. Fixes TD22057GH-137
  • Loading branch information
geoffdavis authored Dec 10, 2019
1 parent 42f3933 commit 22c5f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hassio/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"slug": "insteon-mqtt",
"version": "0.6.8",
"startup": "services",
"arch": ["amd64","armhf","aarch64","i386"],
"boot": "auto",
"auto_uart": true,
"map": ["config:rw"],
"options": {},
"schema": {},
"image": "lnr0626/{arch}-insteon-mqtt"
"image": "td22057/{arch}-insteon-mqtt"
}

0 comments on commit 22c5f2a

Please sign in to comment.