Add use_build_flags removal notice (#173)

This commit is contained in:
Otto Winter 2018-10-12 12:12:07 +02:00 committed by GitHub
parent 76b1c6f47b
commit 1d75ed1ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,9 @@ CONFIG_SCHEMA = vol.Schema({
})]),
vol.Optional('library_uri'): cv.invalid("The library_uri option has been removed in 1.8.0 and "
"was moved into the esphomelib_version option.")
"was moved into the esphomelib_version option."),
vol.Optional('use_build_flags'): cv.invalid("The use_build_flags option has been replaced by "
"use_custom_code option in 1.8.0."),
})