From b698ac448f90b408d95bc89fe3b454efb9a1d6a6 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Sun, 18 Oct 2020 00:02:28 +0100 Subject: [PATCH] Correction (#15297) Just check code: line 97: ``` vol.Optional(CONF_CHILDREN, default=[]): cv.entity_ids, `` --- source/_integrations/universal.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/universal.markdown b/source/_integrations/universal.markdown index af926ba2600..36696398265 100644 --- a/source/_integrations/universal.markdown +++ b/source/_integrations/universal.markdown @@ -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."