mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Make %USERPROFILE% lowercase (#7722)
* Make %USERPROFILE% lowercase %USERPROFILE% must be lowercase for windows to accept it * Revert path changes
This commit is contained in:
parent
53b4f7a74f
commit
9eab9d37dd
@ -92,7 +92,7 @@ If you get a "Device authentication required, no keys available" error when tryi
|
||||
Once you've successfully connected to your Fire TV via the command `adb connect <ipaddress>`, the files `adbkey` and `adbkey.pub` will be created on your computer. The default locations for these files are (from [https://developer.android.com/studio/command-line/adb](https://developer.android.com/studio/command-line/adb)):
|
||||
|
||||
* Linux and Mac: `$HOME/.android.`
|
||||
* Windows: `%USERPOFILE%\.android.`
|
||||
* Windows: `%userprofile%\.android.`
|
||||
|
||||
Copy the `adbkey` and `adbkey.pub` files to your Home Assistant folder and add the path to the `adbkey` file to your configuration.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user