Update code_review_component.markdown (#1793)

This commit is contained in:
RBHR 2017-01-16 22:34:01 +10:30 committed by Fabian Affolter
parent 32f8d0db14
commit 3a4c5b7cd0

View File

@ -27,7 +27,7 @@ REQUIREMENTS = [
### {% linkable_title Configuration %}
1. Volutpuous schema present for config validation
1. Voluptuous schema present for config validation
2. Default parameters specified in voluptuous schema, not in `setup_platform(…)`
3. Schema using as many generic config keys as possible from `homeassistant.const`
4. If having platforms, have a `PLATFORM_SCHEMA`, otherwise `CONFIG_SCHEMA`.