From f8cbbbb19f2241c7371d2ffd71b4fb7495061e8b Mon Sep 17 00:00:00 2001 From: hermlon Date: Wed, 4 Sep 2024 18:39:03 +0200 Subject: [PATCH] Removed async tcp component --- esphome/components/mqtt/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/components/mqtt/__init__.py b/esphome/components/mqtt/__init__.py index ec60fb9821..b9ff641a87 100644 --- a/esphome/components/mqtt/__init__.py +++ b/esphome/components/mqtt/__init__.py @@ -61,8 +61,6 @@ def DEPENDENCIES(): def AUTO_LOAD(): - if CORE.is_esp8266 or CORE.is_libretiny: - return ["async_tcp", "json"] return ["json"]