⬆️ Updating add-on ADB - Android Debug Bridge to 66aa65f

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-04 22:14:13 +00:00
parent 1648e607a8
commit bf925cfebe
5 changed files with 38 additions and 6 deletions

View file

@ -752,10 +752,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/3d4a364
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/3d4a364/README.md
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/66aa65f
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/66aa65f/README.md
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues
[adb-version-shield]: https://img.shields.io/badge/version-3d4a364-blue.svg
[adb-version-shield]: https://img.shields.io/badge/version-66aa65f-blue.svg
[adb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[adb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,4 +1,5 @@
# Changelog since v0.7.0
- Deprecate add-on (#51)
- ⬆️ Upgrades add-on base image to v6.1.4 (#50)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#49)

View file

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

View file

@ -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
@ -45,5 +60,5 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-3d4a364-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/3d4a364
[release-shield]: https://img.shields.io/badge/version-66aa65f-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/66aa65f

View file

@ -1,6 +1,7 @@
{
"name": "ADB - Android Debug Bridge",
"version": "3d4a364",
"stage": "deprecated",
"version": "66aa65f",
"slug": "adb",
"description": "The Android Debug Bridge server program",
"url": "https://github.com/hassio-addons/addon-adb",