From 20b45424e458efc50e6e03f43ab5379b794145ea Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Sat, 22 Aug 2026 22:23:32 -0500 Subject: [PATCH 1/2] Add improv_serial so the web installer can set Wi-Fi The smart firmware only offered the hotspot and captive portal for first-time Wi-Fi setup. With improv_serial the browser installer can prompt for Wi-Fi right after flashing, matching the H-1. Generated with [Claude Code](https://claude.com/claude-code) --- Integrations/ESPHome/Core.yaml | 2 +- Integrations/ESPHome/H-2.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 3a1cfe1..f4a233f 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "25.12.2.1" + version: "26.8.22.1" esp32: board: esp32-c6-devkitm-1 diff --git a/Integrations/ESPHome/H-2.yaml b/Integrations/ESPHome/H-2.yaml index cc78eb6..fc227b0 100644 --- a/Integrations/ESPHome/H-2.yaml +++ b/Integrations/ESPHome/H-2.yaml @@ -108,6 +108,8 @@ wifi: logger: +improv_serial: + captive_portal: external_components: From e6f51f449bd80a1a30cc11bf64712175c7216c59 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Sun, 23 Aug 2026 10:41:09 -0500 Subject: [PATCH 2/2] Bump version to 26.8.23.1 Generated with [Claude Code](https://claude.com/claude-code) --- Integrations/ESPHome/Core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index f4a233f..965f39a 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "26.8.22.1" + version: "26.8.23.1" esp32: board: esp32-c6-devkitm-1