From 532f36d55b9302fa12030037d5568bb070104a7e Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Sat, 22 Aug 2026 22:21:45 -0500 Subject: [PATCH] Fix the H-1D firmware publish path The build workflow published the basic firmware to firmare-d, so firmware-d/manifest.json never existed on Pages. Generated with [Claude Code](https://claude.com/claude-code) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 742f70f..e91b150 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: yaml-files: | Integrations/ESPHome/H-1.yaml Integrations/ESPHome/H-1D.yaml - firmware-names: "1:firmware,1D:firmare-d" + firmware-names: "1:firmware,1D:firmware-d" core-yaml-path: Integrations/ESPHome/Core.yaml esphome-version: stable # Bypass check if manually triggered with bypass option