mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 02:56:01 +00: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.