ollo69/ha-androidtv-custom

Chromecast with Google TV showing only as "off" Android TV 12

Opened this issue · 4 comments

Tried to set this up with both the custom and native integrations but all it shows as is off

If you just install the integration but you don't define the proper ADB Command in the integration options, for sure custom integration behavior will be identical to the native one!

Hey @ollo69, I don't think the custom commands will help here because one of the commands required to address this - CMD_SCREEN_ON - isn't customizable in python-androidtv.

I'm not using this and only the official integration, but I'm having this exact same issue. Here are relevant issues:
home-assistant/core#80555
JeffLIrion/python-androidtv#323

The custom command is feature provided by the Android library, so I can only provide customization for command the the library allow to customize. This integration was created as a copy of native integration because this functionality was not accepted by HA team via a PR. In any case I'm trying to maintain this integration aligned with the native one, updating Android library when new version becomes available. I do this in both direction, indeed I just implemented some improvement in option menu and I'm working to implement this optimization also in HA. Of course the time for PR in HA are longer, so here the changes comes before. More than this i really cannot do.😒