mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
2376c020e8
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.