From 868e7cca2d37f89e0e6eb01cb66b4d63ff78fa7b Mon Sep 17 00:00:00 2001
From: David Woodhouse <dwmw@amazon.co.uk>
Date: Fri, 6 Sep 2024 09:56:16 +0100
Subject: [PATCH] IPv6 support for bk72xx

---
 tongou.yaml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/tongou.yaml b/tongou.yaml
index 085e64e..55a1126 100644
--- a/tongou.yaml
+++ b/tongou.yaml
@@ -1,10 +1,15 @@
-
-
 esphome:
   name: ${name}
+  libraries:
+   - AsyncTCP-esphome=https://github.com/dwmw2/AsyncTCP-esphome#v2.1.4
+#  platformio_options:
+#    custom_versions.lwip: 2.2.0-bdk
 
 bk72xx:
   board: generic-bk7231n-qfn32-tuya
+  framework:
+    version: latest
+
 
 packages:
   base: !include base.yaml # My wifi and MQTT settings.
@@ -20,9 +25,6 @@ mqtt:
     then:
       - light.turn_off: led
 
-substitutions:
-  tongou_name: "10A circuit"
-
 text_sensor:
   - platform: libretiny
     version:
-- 
2.49.0