[core] Register the OTA component in dummy_main like its siblings (#18666)

This commit is contained in:
J. Nick Koston
2026-08-23 09:04:06 -05:00
committed by GitHub
parent d1f065671e
commit e697a40fda
+1
View File
@@ -29,6 +29,7 @@ void setup() {
auto *ota = new esphome::ESPHomeOTAComponent(); // NOLINT
ota->set_port(8266);
App.register_component_(ota);
App.setup();
}