Skip to content

Commit

Permalink
Fix yaml sample spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Dec 17, 2023
1 parent 8d06726 commit 039fb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/projects/esphome.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ There are a two ways to use development versions of LibreTiny with ESPHome
bk72xx:
framework:
version: "0.0.0"
source: "https://github.com/libretiny-eu/libretiny"
source: "https://github.com/libretiny-eu/libretiny"
```

Source can be post-fixed to modify branch or include open Pull Requests
Expand All @@ -197,5 +197,5 @@ Check out with git or download and extract a copy of LibreTiny to your local fil
bk72xx:
framework:
version: "0.0.0"
source: "/local_path_to_libretiny"
source: "/local_path_to_libretiny"
```

0 comments on commit 039fb02

Please sign in to comment.