AndroidTV Integration Open Plex

Hi Guys.

I have the Android TV integration connected to my Amazon FireTV. Is there a way that i can Open Plex application on the FireTV Cube without me using the remote? I am thinking a Toggle button that in turns Opens the app via a scene or Node Red

Thanks in advance

            - type: custom:mini-media-player
              hide:
                icon: false
                volume: true
                runtime: false
                prev: true
                next: true
                power_state: false
                source: true
              toggle_power: false
              artwork: none
              shortcuts:
                hide_when_off: true
                column_height: 50
                columns: 5
                buttons:
                - icon: 'mdi:plex'
                  type: service
                  # name: Plex
                  id: media_player.select_source
                  data:
                    entity_id: media_player.living_room_nvidia_shield
                    source: 'Plex'
                - icon: 'mdi:netflix'
                  type: service
                  # name: Netflix
                  id: media_player.select_source
                  data:
                    entity_id: media_player.living_room_nvidia_shield
                    source: 'Netflix'
                - icon: phu:prime-video
                  type: service
                  # name: Prime Video
                  id: media_player.select_source
                  data:
                   entity_id: media_player.living_room_nvidia_shield
                   source: 'Prime Video'
                - icon: si:hulu
                  type: service
                  # name: Hulu
                  id: media_player.select_source
                  data:
                    entity_id: media_player.living_room_nvidia_shield
                    source: 'com.hulu.livingroomplus'
                - icon: phu:disney-plus
                  type: service
                  # name: Disney Plus
                  id: media_player.select_source
                  data:
                    entity_id: media_player.living_room_nvidia_shield
                    source: 'Disney+'

image