python-androidtv
python-androidtv copied to clipboard
Communicate with an Android TV or Fire TV device via ADB over a network.
I have a TCL TV with Android TV 11 installed running on latest release HA (2021.9.7) and I the only states HA receives are Off,Idle and Standby with adb response:...
I have a firetv cube connected to my Visio tv.. Using home assistant to send adb commands to the firecube. I have collected the key command using learn sendevent to...
I discovered the same as this user here, unfortunately it seems he didn't raise an issue in this repo as recommended at the end of the issue: **Android TV integration...
I am not super familiar with ```adb``` commands needed for this project other than what I have quickly read in the current issue of Android TV 9 (vs 10) vs...
Hi, I used to be able to push "down" button (twice) and see other videos/cards while watching something. Now, when I press the down button once, player buttons come up,...
FireTV Cube running Fire OS 7.2.4.2 In Home Assistant, the Source List in the Media Card only shows the current running App. I had the same problem with a FireTV...
## State detection diagnostics Assuming you're using the Home Assistant [Android TV](https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/androidtv) component, here's how you can help improve state detection. This package determines the state in the [`AndroidTV.update`](https://github.com/JeffLIrion/python-androidtv/blob/master/androidtv/androidtv.py#L54) /...
Hey! The ADB commands work like magic and it's great -- good job and thank you so much for this integration 🙏🏻 One thing I'm struggling with is differentiating between...
Also, the `get_properties` method should have a `get_installed_apps` (default: `False`) parameter so that when an HA user calls `GET_PROPERTIES`, the list of installed apps gets updated.
One of my main annoyances with this integration has been with powering on my device. The default is for the device to send the power button followed by home if...