Files
addons/custom_deps/config.json
George Marshall 446dd8d65c Fixes to custom deps (#422)
* Fix spelling

* Cleanup up custom_deps/run.sh

* Disable sheelcheck warning

* Update run.sh

* Update CHANGELOG.md

* Update config.json

* Create build.json

* Update Dockerfile
2018-10-10 10:07:35 +02:00

20 lines
443 B
JSON

{
"name": "Custom deps deployment",
"version": "1",
"slug": "custom_deps",
"description": "Manage custom python modules in Home Assistant deps",
"url": "https://home-assistant.io/addons/custom_deps/",
"startup": "once",
"boot": "manual",
"map": ["config:rw"],
"options": {
"pypi": [null],
"apk": []
},
"schema": {
"pypi": ["str"],
"apk": ["str"]
},
"image": "homeassistant/{arch}-addon-custom_deps"
}