Metadata-Version: 2.1
Name: aio-androidtv
Version: 0.0.2
Summary: Communicate with an Android TV or Fire TV device via ADB over a network.
Home-page: https://github.com/JeffLIrion/aio-androidtv/
Author: Jeff Irion
Author-email: jefflirion@users.noreply.github.com
License: MIT
Keywords: adb,android,androidtv,firetv
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: aio-adb-shell

aio-androidtv
=============

.. image:: https://travis-ci.com/JeffLIrion/aio-androidtv.svg?branch=master
   :target: https://travis-ci.com/JeffLIrion/aio-androidtv
   :alt: Build Status
.. image:: https://coveralls.io/repos/github/JeffLIrion/aio-androidtv/badge.svg
   :target: https://coveralls.io/github/JeffLIrion/aio-androidtv
   :alt: Coverage Status

Documentation for this package can be found at `https://aio-androidtv.readthedocs.io <https://aio-androidtv.readthedocs.io>`_.

``aio-androidtv`` is a Python 3.7+ package that provides state information and control of Android TV and Fire TV devices via ADB.


Installation
------------

Be sure you install into a Python 3.7+ environment.

.. code-block:: bash

   pip install aio-androidtv


ADB Intents and Commands
------------------------

A collection of useful intents and commands can be found `here <https://gist.github.com/mcfrojd/9e6875e1db5c089b1e3ddeb7dba0f304>`_ (credit: mcfrojd).

Acknowledgments
---------------

This is based on `python-firetv <https://github.com/happyleavesaoc/python-firetv>`_ by happyleavesaoc and the `androidtv component for Home Assistant <https://github.com/a1ex4/home-assistant/blob/androidtv/homeassistant/components/media_player/androidtv.py>`_ by a1ex4, and it depends on the Python package `aio-adb-shell <https://github.com/JeffLIrion/aio_adb_shell>`_ (which is based on `python-adb <https://github.com/google/python-adb>`_).


