🔥 Removes add-on AppDaemon2

This commit is contained in:
Franck Nijhof 2018-05-13 17:10:30 +02:00
parent 4a76c81792
commit 0b1fbd3f53
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
5 changed files with 0 additions and 68 deletions

View file

@ -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>

View file

@ -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