mirror of
https://github.com/esphome/esphome.git
synced 2025-01-19 04:20:56 +00:00
Add use_build_flags removal notice (#173)
This commit is contained in:
parent
76b1c6f47b
commit
1d75ed1ff4
@ -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…
x
Reference in New Issue
Block a user