Skip to content

Commit 9eab9d3

Browse files
TheZokerfrenck
authored andcommitted
Make %USERPROFILE% lowercase (home-assistant#7722)
* Make %USERPROFILE% lowercase %USERPROFILE% must be lowercase for windows to accept it * Revert path changes
1 parent 53b4f7a commit 9eab9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/media_player.firetv.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ If you get a "Device authentication required, no keys available" error when tryi
9292
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)):
9393

9494
* Linux and Mac: `$HOME/.android.`
95-
* Windows: `%USERPOFILE%\.android.`
95+
* Windows: `%userprofile%\.android.`
9696

9797
Copy the `adbkey` and `adbkey.pub` files to your Home Assistant folder and add the path to the `adbkey` file to your configuration.
9898

0 commit comments

Comments
 (0)