From 21fad7f72ad9d574434601c464510fa533f6806b Mon Sep 17 00:00:00 2001 From: Darsey Litzenberger Date: Tue, 20 Jan 2026 23:57:11 -0700 Subject: [PATCH] Add external_components with refresh: always for "wip" branch only --- common/git-branch.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/git-branch.yaml b/common/git-branch.yaml index 9415eec..828da39 100644 --- a/common/git-branch.yaml +++ b/common/git-branch.yaml @@ -1,2 +1,9 @@ substitutions: git_branch: wip + +external_components: + - source: + type: git + url: https://github.com/dlitz/esphome-configs-dlitz.git + ref: ${git_branch} + refresh: always