From bf69e31dfc69eb181bdd376d34aeb7778aecf9b7 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 7 May 2024 09:55:01 +1200 Subject: [PATCH] Switch ESPAsyncTCP-esphome to esphome owner --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 29c2c1e24..48ea05dca 100644 --- a/library.json +++ b/library.json @@ -18,7 +18,7 @@ "platforms": ["espressif8266", "espressif32", "libretiny"], "dependencies": [ { - "owner": "ottowinter", + "owner": "esphome", "name": "ESPAsyncTCP-esphome", "platforms": "espressif8266" },