Hey! I am looking for help getting my android TV to connect over ADB. Try and connect and I got:
2025-07-19 17:45:07.412 WARNING (MainThread) [homeassistant.components.androidtv.config_flow] Could not connect to Android / Fire TV device at 192.168.20.202:42739 using Python ADB implementation with adbkey='/config/.storage/androidtv_adbkey'
I have tested to connection from inside the container:
homeassistant-0:~# nc -vz 192.168.20.202:42739
192.168.20.202:42739 (192.168.20.202:42739) open
mdns seems to also be working correctly:
homeassistant-0:/tmp# /venv/bin/python
Python 3.13.5 (main, Jun 12 2025, 13:42:47) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from zeroconf import ZeroconfServiceTypes
>>> print('\n'.join(ZeroconfServiceTypes.find()))
_adb-tls-connect._tcp.local.
_androidtvremote2._tcp.local.
...
_spotify-connect._tcp.local.
What can I do to debug this?