1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00

Add use_build_flags removal notice

This commit is contained in:
Otto Winter 2018-10-12 12:02:06 +02:00
parent 06371c9e2d
commit 2691a070f1
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

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."),
})