mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Correction (#15297)
Just check code: line 97: ``` vol.Optional(CONF_CHILDREN, default=[]): cv.entity_ids, ``
This commit is contained in:
parent
44ff153609
commit
b698ac448f
@ -51,7 +51,7 @@ name:
|
||||
type: string
|
||||
children:
|
||||
description: Ordered list of child media players this entity will control.
|
||||
required: true
|
||||
required: false
|
||||
type: list
|
||||
state_template:
|
||||
description: "A [template](/topics/templating/) can be specified to render the state of the media player. This way, the state could depend on entities different from media players, like switches or input booleans."
|
||||
|
Loading…
x
Reference in New Issue
Block a user