Skip to content

Instantly share code, notes, and snippets.

@det-peralta
Created January 20, 2020 19:14
Show Gist options
  • Save det-peralta/eab8c1ffbc0263c9dcd9359ccbdedd45 to your computer and use it in GitHub Desktop.
Save det-peralta/eab8c1ffbc0263c9dcd9359ccbdedd45 to your computer and use it in GitHub Desktop.
TCL TV - android adb command - Home Assistant
entity_id: media_player.tcl_tv
command: "am start -n com.tcl.tv/.TVActivity"
@sharanmp
Copy link

I found the path to quick menu panel that has brightness, bluetooth and other options. But do not know how to automate it further. May be first call this service and then send a up or down key event?
The command to bring that panel is adb shell am start -a com.tcl.settings.action.QUICKSETTINGS

@sellmike1488
Copy link

sellmike1488 commented Aug 2, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment