Make %USERPROFILE% lowercase (#7722)

* Make %USERPROFILE% lowercase

%USERPROFILE% must be lowercase for windows to accept it

* Revert path changes
This commit is contained in:
Florian Gareis 2018-12-05 10:23:28 +01:00 committed by Franck Nijhof
parent 53b4f7a74f
commit 9eab9d37dd

View File

@ -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.