Skip to content

Launch app in Apple TV AND start live stream? #307

Answered by uspino2
uspino2 asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, here's a very rudimentary solution to make sure the app is closed when you start the tuning process. First open the app, then double click Home for the app switch menu, then double click UP to close the latest opened app, then open the app again and then select the live stream (2x Down, 1x Select). I think Delay times could be shortened a little bit, but this is more secure.

alias: Tune Tennis Channel
sequence:
  - service: media_player.turn_on
    metadata: {}
    data: {}
    target:
      entity_id: media_player.apple_tv
  - service: media_player.select_source
    metadata: {}
    data:
      source: Tennis Channel
    target:
      entity_id: media_player.apple_tv
  - delay:
     …

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@PRProd
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PRProd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed good first issue Good for newcomers
2 participants
Converted from issue

This discussion was converted from issue #306 on January 29, 2024 22:24.