Merge branch 'ota_base_extract' of https://github.com/esphome/esphome into ota_base_extract

This commit is contained in:
J. Nick Koston
2025-07-01 15:43:42 -05:00

View File

@@ -192,12 +192,10 @@ void WebServerOTAComponent::setup() {
// Register with global OTA callback system
ota::register_ota_platform(this);
#endif
ESP_LOGCONFIG(TAG, "Web Server OTA initialized");
}
void WebServerOTAComponent::dump_config() {
ESP_LOGCONFIG(TAG, "Web Server OTA:");
ESP_LOGCONFIG(TAG, " Available at /update");
ESP_LOGCONFIG(TAG, "Web Server OTA");
}
} // namespace web_server