From 54a78b5faa62b47a8f38578b4e069a6804c20145 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Sun, 10 Nov 2019 20:43:06 -0800 Subject: [PATCH] Add another custom state detection example (#11141) --- source/_integrations/androidtv.markdown | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/_integrations/androidtv.markdown b/source/_integrations/androidtv.markdown index d2f856283c2..948c4a2f2a4 100644 --- a/source/_integrations/androidtv.markdown +++ b/source/_integrations/androidtv.markdown @@ -124,12 +124,21 @@ media_player: 'com.ellation.vrv': - 'audio_state' 'com.plexapp.android': - - 'playing': - 'media_session_state': 3 # this indentation is important! - 'wake_lock_size': 3 # this indentation is important! - 'paused': 'media_session_state': 3 # this indentation is important! 'wake_lock_size': 1 # this indentation is important! + - 'playing': + 'media_session_state': 3 # this indentation is important! + - 'standby' + 'com.amazon.tv.launcher': + - 'playing': + 'wake_lock_size': 4 # this indentation is important! + - 'playing': + 'wake_lock_size': 3 # this indentation is important! + - 'paused': + 'wake_lock_size': 2 # this indentation is important! + - 'paused': + 'wake_lock_size': 1 # this indentation is important! - 'standby' # Use an ADB server to setup a Fire TV device and don't get the running apps.