Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Commit 66aa65f

Browse files
authored
Deprecate add-on (#51)
1 parent 3d4a364 commit 66aa65f

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@
2323

2424
The Android Debug Bridge server program.
2525

26+
## Deprecation warning
27+
28+
**This add-on is in a deprecated state!**
29+
30+
This add-on was created at the time, that the best solution for communicating
31+
with an Android device from Home Assistant, was using an Android Debug Bridge.
32+
33+
However, the time has changed. Right now, the Home Assistant project recommends
34+
using built-in Python implementation, which renders this add-on obsolete.
35+
36+
Additionally, this add-on will become problematic to maintain in the future,
37+
as the packages used are stalled.
38+
39+
Therefore, this add-on is now deprecated.
40+
2641
## About
2742

2843
The Android Debug Bridge (ADB) is a client-server program used in Android

adb/.README.j2

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010

1111
The Android Debug Bridge server program.
1212

13+
## Deprecation warning
14+
15+
**This add-on is in a deprecated state!**
16+
17+
This add-on was created at the time, that the best solution for communicating
18+
with an Android device from Home Assistant, was using an Android Debug Bridge.
19+
20+
However, the time has changed. Right now, the Home Assistant project recommends
21+
using built-in Python implementation, which renders this add-on obsolete.
22+
23+
Additionally, this add-on will become problematic to maintain in the future,
24+
as the packages used are stalled.
25+
26+
Therefore, this add-on is now deprecated.
27+
1328
## About
1429

1530
The Android Debug Bridge (ADB) is a client-server program used in Android

adb/DOCS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ The Android Debug Bridge (ADB) is a client-server program used in Android
44
application development. This add-on provides the server program and can be
55
used to get full local control over your Android (TV) devices.
66

7+
## Deprecation warning
8+
9+
**This add-on is in a deprecated state!**
10+
11+
This add-on was created at the time, that the best solution for communicating
12+
with an Android device from Home Assistant, was using an Android Debug Bridge.
13+
14+
However, the time has changed. Right now, the Home Assistant project recommends
15+
using built-in Python implementation, which renders this add-on obsolete.
16+
17+
Additionally, this add-on will become problematic to maintain in the future,
18+
as the packages used are stalled.
19+
20+
Therefore, this add-on is now deprecated.
21+
722
## Installation
823

924
The installation of this add-on is pretty straightforward and not different in

adb/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ADB - Android Debug Bridge",
3+
"stage": "deprecated",
34
"version": "dev",
45
"slug": "adb",
56
"description": "The Android Debug Bridge server program",

0 commit comments

Comments
 (0)