Remove duplicate "includes" line (#154)

This commit is contained in:
Greg Johnson 2019-02-08 06:22:38 -08:00 committed by Otto Winter
parent e23dbe7fd9
commit 7aee4091b3
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ Advanced options:
but you can customize this behavior using this option.
- **platformio_options** (*Optional*, mapping): Additional options to pass over to platformio in the
platformio.ini file. See :ref:`esphomeyaml-platformio_options`.
- **includes** (*Optional*, list): Additional files to include in the main.cpp for custom components.
- **libraries** (*Optional*, list): Additional `platformio libraries <https://platformio.org/lib>`__ to
include in the build. Mostly for custom code.
- **use_custom_code** (*Optional*, boolean): Whether to configure the project for writing custom components.