Update Documentation for 'demo' Component Configuration (#7035)

* Update Documentation for 'demo' Component Configuration

* Add quotes

* Move quotes
This commit is contained in:
vaidyasm 2018-10-24 03:49:57 +05:45 committed by Fabian Affolter
parent ba3842ad05
commit ebaa4012f7

View File

@ -45,6 +45,9 @@ To integrate a demo platform in Home Assistant, add the following section to you
- platform: demo - platform: demo
``` ```
Configuration variables: {% configuration %}
"[component]":
- **[component]** (*Required*): The name of the component as stated in the listing above the configuration example. description: The name of the component as stated in the listing above the configuration example.
required: true
type: string
{% endconfiguration %}