mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 00:18:11 +01:00
Add use_build_flags removal notice (#173)
This commit is contained in:
parent
76b1c6f47b
commit
1d75ed1ff4
1 changed files with 3 additions and 1 deletions
|
@ -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 "
|
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."),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue