Correction (#15297)

Just check code:
line 97: ```        vol.Optional(CONF_CHILDREN, default=[]): cv.entity_ids, ``
This commit is contained in:
Diogo Gomes 2020-10-18 00:02:28 +01:00 committed by GitHub
parent 44ff153609
commit b698ac448f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."