mirror of
https://github.com/esphome/esphome.git
synced 2026-02-14 05:27:33 -07:00
Move the authentication/connection check switch into APIServerConnectionBase::read_message before the dispatch switch, eliminating the APIServerConnection class entirely. APIConnection now inherits directly from APIServerConnectionBase.