androidtv
is a Python 3 package that provides state information and some control of an Android TV device over a network. This is achieved via ADB.
Be sure you install into a Python 3.x environment.
pip install androidtv
This is based on python-firetv by happyleavesaoc and the androidtv component for Home Assistant by a1ex4, and it depends on python-adb and pure-python-adb.