From 66aa65fb3ac050eaf86aa3e62038017ee43b745a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 5 Apr 2021 00:10:25 +0200 Subject: [PATCH] Deprecate add-on (#51) --- README.md | 15 +++++++++++++++ adb/.README.j2 | 15 +++++++++++++++ adb/DOCS.md | 15 +++++++++++++++ adb/config.json | 1 + 4 files changed, 46 insertions(+) diff --git a/README.md b/README.md index 7ba0125..d14e4c6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,21 @@ The Android Debug Bridge server program. +## Deprecation warning + +**This add-on is in a deprecated state!** + +This add-on was created at the time, that the best solution for communicating +with an Android device from Home Assistant, was using an Android Debug Bridge. + +However, the time has changed. Right now, the Home Assistant project recommends +using built-in Python implementation, which renders this add-on obsolete. + +Additionally, this add-on will become problematic to maintain in the future, +as the packages used are stalled. + +Therefore, this add-on is now deprecated. + ## About The Android Debug Bridge (ADB) is a client-server program used in Android diff --git a/adb/.README.j2 b/adb/.README.j2 index f2c8f52..21a3f72 100644 --- a/adb/.README.j2 +++ b/adb/.README.j2 @@ -10,6 +10,21 @@ The Android Debug Bridge server program. +## Deprecation warning + +**This add-on is in a deprecated state!** + +This add-on was created at the time, that the best solution for communicating +with an Android device from Home Assistant, was using an Android Debug Bridge. + +However, the time has changed. Right now, the Home Assistant project recommends +using built-in Python implementation, which renders this add-on obsolete. + +Additionally, this add-on will become problematic to maintain in the future, +as the packages used are stalled. + +Therefore, this add-on is now deprecated. + ## About The Android Debug Bridge (ADB) is a client-server program used in Android diff --git a/adb/DOCS.md b/adb/DOCS.md index 865643f..05120c4 100644 --- a/adb/DOCS.md +++ b/adb/DOCS.md @@ -4,6 +4,21 @@ The Android Debug Bridge (ADB) is a client-server program used in Android application development. This add-on provides the server program and can be used to get full local control over your Android (TV) devices. +## Deprecation warning + +**This add-on is in a deprecated state!** + +This add-on was created at the time, that the best solution for communicating +with an Android device from Home Assistant, was using an Android Debug Bridge. + +However, the time has changed. Right now, the Home Assistant project recommends +using built-in Python implementation, which renders this add-on obsolete. + +Additionally, this add-on will become problematic to maintain in the future, +as the packages used are stalled. + +Therefore, this add-on is now deprecated. + ## Installation The installation of this add-on is pretty straightforward and not different in diff --git a/adb/config.json b/adb/config.json index 3b4e36f..4277bae 100755 --- a/adb/config.json +++ b/adb/config.json @@ -1,5 +1,6 @@ { "name": "ADB - Android Debug Bridge", + "stage": "deprecated", "version": "dev", "slug": "adb", "description": "The Android Debug Bridge server program",