From 07f35e8acab51692b430ddeabf7c8e84d3ce36cc Mon Sep 17 00:00:00 2001 From: dilruacs Date: Mon, 25 Mar 2019 22:11:24 +0100 Subject: [PATCH] Workaround for missing adbkey.pub (#9038) * Workaround for missing adbkey.pub * :pencil2: Tweak --- source/_components/androidtv.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/androidtv.markdown b/source/_components/androidtv.markdown index b9454b3c8c4..436a7886ec1 100644 --- a/source/_components/androidtv.markdown +++ b/source/_components/androidtv.markdown @@ -171,6 +171,8 @@ If you receive the error message `Error while setting up platform androidtv` in * Home Assistant does not have the appropriate permissions for the `adbkey` file and so it is not able to use it. Once you fix the permissions, the component should work. + * Newer ADB binaries do not generate an `adbkey.pub` file for you. This can be resolved by creating an empty `adbkey.pub` in the same directory, e.g., by running `touch adbkey.pub`. + ## {% linkable_title Services %} ### {% linkable_title `media_player.select_source` %}