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