Skip to content

Commit

Permalink
Merge branch 'workflow-stuff' of https://github.com/Amateur-God/Hassi…
Browse files Browse the repository at this point in the history
…o-Addons into workflow-stuff
  • Loading branch information
Amateur-God committed Jun 28, 2024
2 parents 62fec48 + a422cf5 commit 1af405a
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions addons/adb_server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
"version": "dev-1.0.2",
"slug": "adb_server",
"description": "A Home Assistant add-on for ADB Server with restricted shell access.",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"startup": "services",
"ingress": true,
"ingress_port": 7681,
Expand All @@ -21,18 +15,14 @@
"5037/tcp": "ADB server port"
},
"host_network": true,
"map": [
"homeassistant_config:rw"
],
"map": ["homeassistant_config:rw"],
"options": {
"adb_port": 5037,
"auto_connect_devices": []
},
"schema": {
"adb_port": "port",
"auto_connect_devices": [
"str"
]
"auto_connect_devices": ["str"]
},
"image": "docker.io/amateurgod/adb_server"
}

0 comments on commit 1af405a

Please sign in to comment.