Skip to content

Commit

Permalink
Switch to https github format, give manual PR checkout instructions u…
Browse files Browse the repository at this point in the history
…ntil a better method is found.
  • Loading branch information
Cossid committed Dec 16, 2023
1 parent 42c17b7 commit 8d06726
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/projects/esphome.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,15 @@ There are a two ways to use development versions of LibreTiny with ESPHome
bk72xx:
framework:
version: "0.0.0"
source: "github://libretiny-eu/libretiny"
source: "https://github.com/libretiny-eu/libretiny"
```

Source can be post-fixed to modify branch or include open Pull Requests

- Branch: add `@branch_name` (ex: `source: "github://libretiny-eu/libretiny@experimental_branch_name"`)
- Pull Requests: add `#pr_number` (ex: `source: "github://libretiny-eu/libretiny#1"`)

!!! note
`https` sources are also fine if you are not using or cannot access github.
- Branch: add `#branch_name` (ex: `source: "https://github.com/libretiny-eu/libretiny#experimental_branch_name"`)
- Pull Requests: Pull requests currently require you to check out the source branch of the pull request. To get this
information, visit the PR, click on the source branch, and copy their git address and apply the branch their PR uses
ex: `https://github.com/pr_user/libretiny#pr_branch`

=== "Local"

Expand Down

0 comments on commit 8d06726

Please sign in to comment.