hi, i am wondering what is the best way to push a series of commands.
for example when opening my tv, my android STB shows a homepage, i need to go up, then right and then center to go to the tv option to see the latest chosen active channel.
I believe i should do it with:
# Open the currently selected item on the Android TV
service: remote.send_command
data:
command: DPAD_CENTER
target:
entity_id: remote.living_room_tv
but how do i import the commands to be executed one after the other?