Skip to content
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

Closed
2 tasks done
Mike-Burger opened this issue Apr 17, 2024 · 11 comments
Closed
2 tasks done

Max button does not start Max app on Google TV #77

Mike-Burger opened this issue Apr 17, 2024 · 11 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Mike-Burger
Copy link

Checklist:

  • I updated to the latest version available
  • I cleared the cache of my browser

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.

@Mike-Burger Mike-Burger added the bug Something isn't working label Apr 17, 2024
@Nerwyn
Copy link
Owner

Nerwyn commented Apr 17, 2024

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.

@Nerwyn Nerwyn added the help wanted Extra attention is needed label Apr 17, 2024
@Mike-Burger
Copy link
Author

Unlucky - hopefully someone better than me can find it. I tried and tested potential deeplinks, but none worked.

@felipecrs
Copy link
Contributor

market://launch?id=com.wbd.stream

This is the best I found so far.

@felipecrs
Copy link
Contributor

This will make things easier btw: home-assistant/core#116906

@Nerwyn
Copy link
Owner

Nerwyn commented May 21, 2024

@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?

@felipecrs
Copy link
Contributor

No idea, but that's better than nothing.

@Nerwyn
Copy link
Owner

Nerwyn commented May 21, 2024

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.

@krissen
Copy link

krissen commented Aug 5, 2024

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.

@skavan
Copy link

skavan commented Nov 17, 2024

FWIW, this is working for me - on a chromecast and a Google TV inside a Hisense.
I had to delete and reinstall Max on the devices.

On a firetv, it was more convoluted:

  • name: max
    type: button
    icon: fapro:max#fullcolor
    tap_action:
    action: perform-action
    perform_action: remote.send_command
    target:
    entity_id: remote.fire_tv
    data:
    command: am start -n com.hbo.hbonow/com.wbd.beam.BeamActivity

@Nerwyn
Copy link
Owner

Nerwyn commented Nov 17, 2024

@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

@Nerwyn
Copy link
Owner

Nerwyn commented Nov 17, 2024

Fixed in 4.2.1

@Nerwyn Nerwyn closed this as completed Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants