mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +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
|
type: string
|
||||||
children:
|
children:
|
||||||
description: Ordered list of child media players this entity will control.
|
description: Ordered list of child media players this entity will control.
|
||||||
required: true
|
required: false
|
||||||
type: list
|
type: list
|
||||||
state_template:
|
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."
|
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