Files
esphome/esphome/components/http_request
J. Nick Koston 99f713ccfd [ota] Mark OTA backend and component leaf classes as final
Mark all OTA leaf classes as final since none are subclassed:

Backends: IDFOTABackend, ESP8266OTABackend, ArduinoRP2040OTABackend,
ArduinoLibreTinyOTABackend, HostOTABackend

Components: ESPHomeOTAComponent, WebServerOTAComponent,
OtaHttpRequestComponent

This enables the compiler to devirtualize calls to the OTABackend
and Component overrides.
2026-02-25 12:05:17 -07:00
..