Skip to content

Commit 4bfeeef

Browse files
authored
Remove 'auto_connect_devices' from config.json
Removed 'auto_connect_devices' from options and schema.
1 parent 5f0e280 commit 4bfeeef

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

addons/adb_server/config.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,10 @@
2525
"homeassistant_config:rw"
2626
],
2727
"options": {
28-
"adb_port": 5037,
29-
"auto_connect_devices": []
28+
"adb_port": 5037
3029
},
3130
"schema": {
32-
"adb_port": "port",
33-
"auto_connect_devices": [
34-
"str"
35-
]
31+
"adb_port": "port"
3632
},
3733
"image": "docker.io/amateurgod/adb_server"
3834
}

0 commit comments

Comments
 (0)