From 81431583993e5062c2380f3bc5b36f2188f80066 Mon Sep 17 00:00:00 2001 From: Tomek Wasilczyk Date: Sun, 5 May 2024 20:19:19 -0700 Subject: [PATCH] External components: add documentation about path for git source (#3815) --- components/external_components.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/external_components.rst b/components/external_components.rst index 32a89747b..d24482171 100644 --- a/components/external_components.rst +++ b/components/external_components.rst @@ -46,6 +46,7 @@ Configuration variables: - **ref** (*Optional*, string): Git ref (branch or tag). If not specified the default branch is used. - **username** (*Optional*, string): Username for the Git server, if one is required - **password** (*Optional*, string): Password for the Git server, if one is required + - **path** (*Optional*, string): Path inside the repo, if different from ``components`` or ``esphome/components`` local options: