greylurk / hassio-custom-addons

Some experimental hassio addons.
11 stars 17 forks source link

Cannot add addons to Hassio 0.95.4 #5

Open DavidSpivey opened 5 years ago

DavidSpivey commented 5 years ago

19-08-08 19:51:10 WARNING (MainThread) [hassio.store.data] Can't read /data/addons/git/1deb755a/openvpn/config.json: required key not provided @ data['arch']. Got None 19-08-08 19:51:10 WARNING (MainThread) [hassio.store.data] Can't read /data/addons/git/1deb755a/firetv/config.json: required key not provided @ data['arch']. Got None

Addons need to be updated with architecture. Required breaking change.

rafa400 commented 4 years ago

It looks like the config.json file needs to be updated with some arch info I made a copy of this repository and added the arch line to that file: "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], I used my own repository to get it working (and it does!!) My rep version is https://github.com/rafa400/hassio-custom-addons I put it here to let you test. My intention is not maintain a new fork and maybe I will remove my repo once greylurk make the chages.

Thaks a lot to greylurk for this great work!!

DavidSpivey commented 4 years ago

Thank you sir. I trust the changes will work with my instance. I'll let you know if I have any more issues.