-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
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.
Choosing any HDMI input is that simple, just select one from this list and use that value as the command. Please note: there are no spaces between the letters and the number.
I hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Thank you very much @PRProd! As far as you know, is there a list of commands somewhere? As I said before, I would also need the command to switch to the TV. |
Beta Was this translation helpful? Give feedback.
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
Example 2:
You can also use the Developer tools to make this happen.
HDMI3
into the command windowChoosing any HDMI…