mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
Remove a whole bunch of deprecated/removed stuff (#1981)
This commit is contained in:
@@ -249,9 +249,6 @@ CONFIG_SCHEMA = cv.All(
|
||||
cv.SplitDefault(CONF_OUTPUT_POWER, esp8266=20.0): cv.All(
|
||||
cv.decibel, cv.float_range(min=10.0, max=20.5)
|
||||
),
|
||||
cv.Optional("hostname"): cv.invalid(
|
||||
"The hostname option has been removed in 1.11.0"
|
||||
),
|
||||
}
|
||||
),
|
||||
_validate,
|
||||
|
Reference in New Issue
Block a user