Skip to content

Style custom launchers to match roku remote? #314

Answered by PRProd
sdholden28 asked this question in Q&A
Discussion options

You must be logged in to vote

@sdholden28 ~

Thanks for asking! There's a lot going on here, so I'm going to try to answer everything as thoroughly as possible. You probably already know some of these things, but maybe not all of them.


Solution Option 1:

The solution to what you are trying to do is likely as simple as this - an undocumented way to use app launchers / functions together with button overrides:

app_launch_7: function-volume-down
app_launch_8: function-volume-up
button_overrides:
  function-volume-down-button:
    service: media_player.volume_down
    target:
      entity_id: { YOUR ENTITY NAME HERE (media_player.upstairs_playroom_...) }
  function-volume-up-button:
    service: media_player.volume_up
    t…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by sdholden28
Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #312 on January 31, 2024 16:21.