mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Removed async tcp component
This commit is contained in:
parent
91e7e5a0a1
commit
f8cbbbb19f
1 changed files with 0 additions and 2 deletions
|
@ -61,8 +61,6 @@ def DEPENDENCIES():
|
|||
|
||||
|
||||
def AUTO_LOAD():
|
||||
if CORE.is_esp8266 or CORE.is_libretiny:
|
||||
return ["async_tcp", "json"]
|
||||
return ["json"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue