mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 01:56:01 +00:00
ProtoService was an abstract interface with 6 pure virtual methods, but APIConnection was the only concrete implementation. Move all functionality directly into APIConnection and remove the unnecessary virtual dispatch and vtable overhead.