1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Packages: optional base path for remote git packages (#9279)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Sergey Dudanov
2025-07-03 11:11:40 +04:00
committed by GitHub
parent 34db02661c
commit b2b6f41ef3
3 changed files with 8 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ packages:
- !include package.yaml
- github://esphome/esphome/tests/components/template/common.yaml@dev
- url: https://github.com/esphome/esphome
file: tests/components/absolute_humidity/common.yaml
path: tests/components/absolute_humidity
file: common.yaml
ref: dev
refresh: 1d

View File

@@ -7,7 +7,8 @@ packages:
shorthand: github://esphome/esphome/tests/components/template/common.yaml@dev
github:
url: https://github.com/esphome/esphome
file: tests/components/absolute_humidity/common.yaml
path: tests/components/absolute_humidity
file: common.yaml
ref: dev
refresh: 1d