Add details about required/optional

This commit is contained in:
Fabian Affolter 2017-10-09 15:55:39 +02:00
parent b46d342ccc
commit 53185d3a80
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -75,7 +75,9 @@ A couple of points to remember:
- The description of all the configuration variables should contains information about the used defaults.
- If you're adding a new component, for the `ha_release` part of the header, just increment of the current release. If the current release is 0.37, make `ha_release` 0.38. If it's 0.30 or 0.40 please quote it with `" "`.
### {% linkable_title Configuration variables %}
### {% linkable_title Configuration %}
Every platform page should contain a configuration sample. This sample must contain only the **required** variables to make it easy to copy and paste it for users into their `configuration.yaml` file.
The ***Configuration Variables*** section must use the {% raw %}`{% configuration %} ... {% endconfiguration %}`{% endraw %} tag.