mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🔥 Removes add-on AppDaemon2
This commit is contained in:
parent
4a76c81792
commit
0b1fbd3f53
5 changed files with 0 additions and 68 deletions
|
@ -1,7 +0,0 @@
|
|||
# Community Hass.io Add-ons: AppDaemon2
|
||||
|
||||
This is just a configuration stub to make the Hass.io repository work.
|
||||
|
||||
The add-on itself can be found at the following URL:
|
||||
|
||||
<https://github.com/hassio-addons/addon-appdaemon>
|
|
@ -1,39 +0,0 @@
|
|||
{
|
||||
"name": "AppDaemon2",
|
||||
"version": "1.1.0",
|
||||
"slug": "appdaemon",
|
||||
"description": "DEPRECATED - Python Apps and HADashboard using AppDaemon 2.x for Home Assistant",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-appdaemon/33823?u=frenck",
|
||||
"webui": "http://[HOST]:[PORT:5050]",
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": true,
|
||||
"host_network": false,
|
||||
"ports": {
|
||||
"5050/tcp": 5050,
|
||||
"5000/tcp": 5000
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"commtype": "websockets",
|
||||
"system_packages": [],
|
||||
"python_packages": []
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"commtype": "match(^(websockets|sse)$)",
|
||||
"system_packages": ["str"],
|
||||
"python_packages": ["str"]
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}",
|
||||
"SUPERVISOR_VERSION": ">=0.77.0"
|
||||
},
|
||||
"image": "hassioaddons/appdaemon-{arch}"
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 562 B |
Binary file not shown.
Before Width: | Height: | Size: 3 KiB |
Loading…
Add table
Add a link
Reference in a new issue