From 9eab9d37dde15285b1b79ccff2a67ff1d50dd697 Mon Sep 17 00:00:00 2001 From: Florian Gareis Date: Wed, 5 Dec 2018 10:23:28 +0100 Subject: [PATCH] Make %USERPROFILE% lowercase (#7722) * Make %USERPROFILE% lowercase %USERPROFILE% must be lowercase for windows to accept it * Revert path changes --- source/_components/media_player.firetv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.firetv.markdown b/source/_components/media_player.firetv.markdown index 4ca7e150c8c..69b77283d2f 100644 --- a/source/_components/media_player.firetv.markdown +++ b/source/_components/media_player.firetv.markdown @@ -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 `, 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.