diff --git a/esphome/components/wifi/__init__.py b/esphome/components/wifi/__init__.py index 1dca38bb69..b834fcefef 100644 --- a/esphome/components/wifi/__init__.py +++ b/esphome/components/wifi/__init__.py @@ -494,7 +494,7 @@ async def wifi_disable_to_code(config, action_id, template_arg, args): cv.Required(CONF_SSID): cv.templatable(cv.ssid), cv.Required(CONF_PASSWORD): cv.templatable(validate_password), } - ) + ), ) async def wifi_save_settings_to_code(config, action_id, template_arg, args): var = cg.new_Pvariable(action_id, template_arg)