-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max button does not start Max app on Google TV #77
Comments
Max is known to be broken, despite the default Max source having the deep link listed in the Android TV Deep Linking Guide thread. I'm not sure if this is an inconsistency between Android TVs or if the deep link in the guide is incorrect. |
Unlucky - hopefully someone better than me can find it. I tried and tested potential deeplinks, but none worked. |
market://launch?id=com.wbd.stream This is the best I found so far. |
This will make things easier btw: home-assistant/core#116906 |
@felipecrs home-assistant/core#116906 has been merged, but the deep link you shared opens the app page for Max, not Max itself. Any idea how to open Max itself? |
No idea, but that's better than nothing. |
I guess I can push out another patch version that changes the Max source to this, but I'm going to leave this open until we get a true Max link. |
There must be some app-side difference because some apps, when called by their bundle-ID, open the actual app; others, like Max, open the app-page. My workaround is to add a 300ms delay for the latter category of apps, and then an additional push of the center-button. Hacky, but works. But we might need to wait for an update of the app itself. |
FWIW, this is working for me - on a chromecast and a Google TV inside a Hisense.
On a firetv, it was more convoluted:
|
@skavan you're right! Looks like the app creates finally fixed the deep link. I'll change it to that for the Android TV default source. I wasn't able to get your Fire TV command working on Android TV via ADB, but the one in the Fire TV default sources list does. Does the default command not work for you? For reference: action: media_player.select_source
target:
entity_id: media_player.lounge_google_tv_adb
data:
source: com.wbd.stream |
Fixed in 4.2.1 |
Checklist:
Release with the issue:
3.5.2
Last working release (if known):
Unknown
Browser and Operating System:
Chrome, Windows
Description of problem:
When using the default rows, "max" populates the Max logo, but does not cause the Google TV to show the cast app. On the TV, there is an error that says 'You don't have an app that can do this'; however, I do have the Max app installed.
This might be due to the switch from HBO Max app to Max app.
All other default rows I have tried work as expected.
The text was updated successfully, but these errors were encountered: