47 lines
928 B
JSON
47 lines
928 B
JSON
{
|
|
"name": "AppDaemon 4",
|
|
"version": "0.6.2",
|
|
"slug": "appdaemon",
|
|
"description": "Python Apps and Dashboard using AppDaemon 4.x for Home Assistant",
|
|
"url": "https://github.com/hassio-addons/addon-appdaemon",
|
|
"webui": "http://[HOST]:[PORT:5050]",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"armv7",
|
|
"i386"
|
|
],
|
|
"init": false,
|
|
"homeassistant_api": true,
|
|
"uart": true,
|
|
"ports": {
|
|
"5050/tcp": 5050
|
|
},
|
|
"ports_description": {
|
|
"5050/tcp": "AppDaemon"
|
|
},
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw",
|
|
"ssl"
|
|
],
|
|
"options": {
|
|
"system_packages": [],
|
|
"python_packages": [],
|
|
"init_commands": []
|
|
},
|
|
"schema": {
|
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
|
"system_packages": [
|
|
"str"
|
|
],
|
|
"python_packages": [
|
|
"str"
|
|
],
|
|
"init_commands": [
|
|
"str"
|
|
]
|
|
},
|
|
"image": "ghcr.io/hassio-addons/appdaemon/{arch}"
|
|
} |