From d9e7c4ab6634f4df4d9b9764bad8204678bf477b Mon Sep 17 00:00:00 2001 From: dwinnnspeaks <37510419+dwinnnspeaks@users.noreply.github.com> Date: Sat, 14 Sep 2019 12:54:25 -0700 Subject: [PATCH] Include port number in 'adb connect' command (#10367) the command `adb connect ` doesn't work unless port is specified. The command `adb connect:5555` works. --- source/_components/androidtv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/androidtv.markdown b/source/_components/androidtv.markdown index 577df4bc458..79c5013ec48 100644 --- a/source/_components/androidtv.markdown +++ b/source/_components/androidtv.markdown @@ -174,7 +174,7 @@ If you get a "Device authentication required, no keys available" error when tryi In the dialog appearing on your Android TV / Fire TV, you must check the box that says "always allow connections from this device." ADB authentication in Home Assistant will only work using a trusted key. -Once you've successfully connected to your Android TV / Fire TV via the command `adb connect `, the file `adbkey` will be created on your computer. The default locations for this file is (from [https://developer.android.com/studio/command-line/adb](https://developer.android.com/studio/command-line/adb)): +Once you've successfully connected to your Android TV / Fire TV via the command `adb connect :5555`, the file `adbkey` will be created on your computer. The default locations for this file is (from [https://developer.android.com/studio/command-line/adb](https://developer.android.com/studio/command-line/adb)): - Linux and Mac: `$HOME/.android.` - Windows: `%userprofile%\.android.`