mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 11:01:27 +00:00
40 lines
865 B
JSON
Executable file
40 lines
865 B
JSON
Executable file
{
|
|
"name": "TasmoAdmin",
|
|
"version": "dev",
|
|
"slug": "sonweb",
|
|
"description": "Centrally manage all your Sonoff-Tasmota devices",
|
|
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-tasmoadmin/54155?u=frenck",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:9541]",
|
|
"startup": "system",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"i386"
|
|
],
|
|
"boot": "auto",
|
|
"hassio_api": true,
|
|
"map": [
|
|
"ssl"
|
|
],
|
|
"ports": {
|
|
"9541/tcp": 9541
|
|
},
|
|
"options": {
|
|
"log_level": "info",
|
|
"ssl": false,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"ipv6": false
|
|
},
|
|
"schema": {
|
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
|
"ssl": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"ipv6": "bool"
|
|
},
|
|
"environment": {
|
|
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
|
}
|
|
}
|