This repository was archived by the owner on May 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +46
-0
lines changed Expand file tree Collapse file tree 4 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 23
23
24
24
The Android Debug Bridge server program.
25
25
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
+
26
41
## About
27
42
28
43
The Android Debug Bridge (ADB) is a client-server program used in Android
Original file line number Diff line number Diff line change 10
10
11
11
The Android Debug Bridge server program.
12
12
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
+
13
28
## About
14
29
15
30
The Android Debug Bridge (ADB) is a client-server program used in Android
Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ The Android Debug Bridge (ADB) is a client-server program used in Android
4
4
application development. This add-on provides the server program and can be
5
5
used to get full local control over your Android (TV) devices.
6
6
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
+
7
22
## Installation
8
23
9
24
The installation of this add-on is pretty straightforward and not different in
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ADB - Android Debug Bridge" ,
3
+ "stage" : " deprecated" ,
3
4
"version" : " dev" ,
4
5
"slug" : " adb" ,
5
6
"description" : " The Android Debug Bridge server program" ,
You can’t perform that action at this time.
0 commit comments