From e01ad9c81c0c1d8b4ca1457d5cc1e628084e4d1f Mon Sep 17 00:00:00 2001 From: Jan Olbrecht <43749346+olbjan@users.noreply.github.com> Date: Fri, 5 Apr 2019 04:00:18 +0200 Subject: [PATCH] Added to troubleshooting section for Philips TVs (#9139) * Added to troubleshooting section for Philips TVs Philips Android TVs only accept the initial handshake with adb connect over their wi-fi interface. * :pencil2: Tweak * Minor changes --- source/_components/androidtv.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/androidtv.markdown b/source/_components/androidtv.markdown index 9e8ef468b3c..fb4e9f90544 100644 --- a/source/_components/androidtv.markdown +++ b/source/_components/androidtv.markdown @@ -181,6 +181,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. +4. Some Android TV devices (e.g., Philips TVs running Android TV) only accept the initial ADB connection request over their Wi-Fi interface. If you have the TV wired, you need to connect it to WiFi and try the initial connection again. Once the authentication has been granted via Wi-Fi, you can connect to the TV over the wired interface as well. + ## {% linkable_title Services %} ### {% linkable_title `media_player.select_source` %}