🔥 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

@ -63,19 +63,6 @@ AirPlay capabilities for your Sonos (and UPnP) devices.
[:books: AirSonos add-on documentation][addon-airsonos]
### ✓ [AppDaemon2][addon-appdaemon]
![Latest Version][appdaemon-version-shield]
![Supports armhf Architecture][appdaemon-armhf-shield]
![Supports aarch64 Architecture][appdaemon-aarch64-shield]
![Supports amd64 Architecture][appdaemon-amd64-shield]
![Supports i386 Architecture][appdaemon-i386-shield]
![Docker Pulls][appdaemon-pulls-shield]
Python Apps and HADashboard using AppDaemon 2.x for Home Assistant
[:books: AppDaemon2 add-on documentation][addon-appdaemon]
### ✓ [AppDaemon3][addon-appdaemon3]
![Latest Version][appdaemon3-version-shield]
@ -255,7 +242,6 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the addon: AirCast][aircast-issue]
- [Open an issue for the addon: AirSonos][airsonos-issue]
- [Open an issue for the addon: AppDaemon2][appdaemon-issue]
- [Open an issue for the addon: AppDaemon3][appdaemon3-issue]
- [Open an issue for the addon: Home Assistant Control Panel][control-panel-issue]
- [Open an issue for the addon: Example][example-issue]
@ -313,7 +299,6 @@ SOFTWARE.
[addon-aircast]: https://github.com/hassio-addons/addon-aircast
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos
[addon-appdaemon]: https://github.com/hassio-addons/addon-appdaemon
[addon-appdaemon3]: https://github.com/hassio-addons/addon-appdaemon3
[addon-control-panel]: https://github.com/hassio-addons/addon-control-panel
[addon-example]: https://github.com/hassio-addons/addon-example
@ -339,13 +324,6 @@ SOFTWARE.
[airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues
[airsonos-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/airsonos-armhf.svg
[airsonos-version-shield]: https://images.microbadger.com/badges/version/hassioaddons/airsonos-armhf.svg
[appdaemon-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[appdaemon-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[appdaemon-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[appdaemon-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[appdaemon-issue]: https://github.com/hassio-addons/addon-appdaemon/issues
[appdaemon-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/appdaemon-armhf.svg
[appdaemon-version-shield]: https://images.microbadger.com/badges/version/hassioaddons/appdaemon-armhf.svg
[appdaemon3-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[appdaemon3-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

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