Skip to content

Fire TV HDMI button #235

Answered by PRProd
mbriacuni asked this question in Q&A
Nov 4, 2023 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

Hello @mbriacuni!

YES! I WILL ABSOLUTELY HELP YOU! I remember being very frustrated trying to figure this out for myself, only to find out that it was actually a pretty simple thing to do.

Example 1:

This script will switch my FireTV (media_player.fire_tv_192_168_107_88) to HDMI input 3

service: androidtv.adb_command
data:
  command: HDMI3
target:
  entity_id: media_player.fire_tv_192_168_107_88

Example 2:

You can also use the Developer tools to make this happen.

  1. Click on Developer Tools
  2. Click on Services
  3. Select Android Debug Bridge: ADB command as the service
  4. Choose your Fire TV entity as the target
  5. Type HDMI3 into the command window
  6. Click the CALL SERVICE button


Choosing any HDMI…

Replies: 2 comments 5 replies

Comment options

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

You must be logged in to vote
5 replies
@PRProd
Comment options

@mbriacuni
Comment options

@PRProd
Comment options

@PRProd
Comment options

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