Files
addons/ada/build.json
Franck Nijhof 69f9872ae7 Update documentation & Dockerfile source locations (#889)
* ada: Fix documentation link

* ada: Adjust source links in Dockerfile

* ada: Update add-on documentation to match current state

* ada: Bump add-on version to 0.9

* ada: Adjust URL to point to repository

* ada: Format YAML with Prettier

* ada: Short build.json
2019-12-18 14:00:53 +01:00

11 lines
232 B
JSON

{
"build_from": {
"amd64": "homeassistant/amd64-base-debian:buster",
"armhf": "homeassistant/armhf-base-debian:buster",
"armv7": "homeassistant/armv7-base-debian:buster"
},
"args": {
"ADA_VERSION": "0.7"
}
}