/python-androidtv

Primary LanguagePythonMIT LicenseMIT

python-androidtv

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.

Installation

Be sure you install into a Python 3.x environment.

pip install androidtv

Acknowledgments

This is based on python-firetv by happyleavesaoc and the androidtv component for Home Assistant by a1ex4, and it depends on python-adb.