From ebaa4012f7a0ae72a1b174e423d6988512f78a97 Mon Sep 17 00:00:00 2001 From: vaidyasm Date: Wed, 24 Oct 2018 03:49:57 +0545 Subject: [PATCH] Update Documentation for 'demo' Component Configuration (#7035) * Update Documentation for 'demo' Component Configuration * Add quotes * Move quotes --- source/_components/demo.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_components/demo.markdown b/source/_components/demo.markdown index 7fc7ba7025a..1ea674c92c6 100644 --- a/source/_components/demo.markdown +++ b/source/_components/demo.markdown @@ -45,6 +45,9 @@ To integrate a demo platform in Home Assistant, add the following section to you - platform: demo ``` -Configuration variables: - -- **[component]** (*Required*): The name of the component as stated in the listing above the configuration example. +{% configuration %} +"[component]": + description: The name of the component as stated in the listing above the configuration example. + required: true + type: string +{% endconfiguration %}