From bd3a6881c9ee2a37e761df0d03622ff7c55742f6 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Sun, 10 Jan 2021 12:55:47 -0800 Subject: [PATCH] Recommend using Python ADB approach for Android TV setup (#16141) Co-authored-by: Franck Nijhof --- source/_integrations/androidtv.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_integrations/androidtv.markdown b/source/_integrations/androidtv.markdown index 988ccf7945c..1b95cb1891b 100644 --- a/source/_integrations/androidtv.markdown +++ b/source/_integrations/androidtv.markdown @@ -12,6 +12,12 @@ ha_domain: androidtv The `androidtv` platform allows you to control an Android TV device or [Amazon Fire TV](https://www.amazon.com/b/?node=8521791011) device. +
+ +When setting up this integration, it is recommended that you do NOT use an ADB server and instead use the built-in Python ADB implementation. This simplifies the setup and makes it easier to troubleshoot issues. If there are stability issues with this approach, then you may wish to try using an ADB server. See the [ADB Setup](#adb-setup) section for more information. + +
+ ## Device preparation To set up your device, you will need to find its IP address and enable ADB debugging. For Android TV devices, please consult the documentation for your device. @@ -35,12 +41,6 @@ media_player: - platform: androidtv name: Android TV 1 host: 192.168.0.111 - - # Use an ADB server for sending ADB commands - - platform: androidtv - name: Android TV 2 - host: 192.168.0.222 - adb_server_ip: 127.0.0.1 ``` {% configuration %}