mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-24 07:16:10 +01:00
20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"name": "Custom deps deployment",
|
|
"version": "0.2",
|
|
"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"
|
|
}
|