diff --git a/esphome/components/wifi/__init__.py b/esphome/components/wifi/__init__.py index 192238d298..7a0c958063 100644 --- a/esphome/components/wifi/__init__.py +++ b/esphome/components/wifi/__init__.py @@ -342,6 +342,7 @@ def _validate(config): return config + CONF_OUTPUT_POWER = "output_power" CONF_PASSIVE_SCAN = "passive_scan" CONFIG_SCHEMA = cv.All(