Skip to content

Commit d1cbdbd

Browse files
JeffLIrionfrenck
authored andcommitted
Remove 'stopped' as a valid state for 'state_detection_rules' (home-assistant#10212)
* Document user-provided services.yaml file (home-assistant#10186) * Document user-provided services.yaml file * ✏️ Tweak * Remove 'stopped' as a valid state for 'state_detection_rules'
1 parent c1da8c9 commit d1cbdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/androidtv.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ You can also use the command `GET_PROPERTIES` to retrieve the properties used by
261261

262262
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:
263263

264-
* `'standby'`, `'playing'`, `'paused'`, `'idle'`, `'stopped'`, or `'off'`
264+
* `'standby'`, `'playing'`, `'paused'`, `'idle'`, or `'off'`
265265
* If this is not a map, then this state will always be reported when this app is the current app
266266
* 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):
267267
1. ``'media_session_state'``

0 commit comments

Comments
 (0)