JeffLIrion / homeassistant_native_firetv

43 stars 16 forks source link

How to launch/stop app #22

Closed JeffLIrion closed 5 years ago

JeffLIrion commented 5 years ago

FYI

To launch an app, use the media_player.select_source service. As an example of the service data:

{"entity_id": "media_player.your_fire_tv", "source": "com.netflix.ninja"}

To close an app, again use the media_player.select_source service, but preface the app name with a "!".

{"entity_id": "media_player.your_fire_tv", "source": "!com.netflix.ninja"}