From d1cbdbdf5ad157f49c63f95986f969b30d2b1f50 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Mon, 2 Sep 2019 10:54:22 -0700 Subject: [PATCH] Remove 'stopped' as a valid state for 'state_detection_rules' (#10212) * Document user-provided services.yaml file (#10186) * Document user-provided services.yaml file * :pencil2: Tweak * Remove 'stopped' as a valid state for 'state_detection_rules' --- source/_components/androidtv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/androidtv.markdown b/source/_components/androidtv.markdown index 934c95e9c55..577df4bc458 100644 --- a/source/_components/androidtv.markdown +++ b/source/_components/androidtv.markdown @@ -261,7 +261,7 @@ You can also use the command `GET_PROPERTIES` to retrieve the properties used by The `state_detection_rules` configuration parameter allows you to provide your own rules for state detection. The keys are app IDs, and the values are lists of rules that are evaluated in order. Valid rules are: -* `'standby'`, `'playing'`, `'paused'`, `'idle'`, `'stopped'`, or `'off'` +* `'standby'`, `'playing'`, `'paused'`, `'idle'`, or `'off'` * If this is not a map, then this state will always be reported when this app is the current app * If this is a map, then its entries are conditions that will be checked. If all of the conditions are true, then this state will be reported. Valid conditions pertain to 3 properties (see the example configuration above): 1. ``'media_session_state'``