Skip to content

Commit

Permalink
Merge pull request #4 from FutureProofHomes/develop
Browse files Browse the repository at this point in the history
Adding ESPHome WebTools to MKDocs
  • Loading branch information
that1guy authored Jul 31, 2024
2 parents 71d5380 + bec3ef3 commit fa9f141
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,9 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.vscode
.DS_Store

# MacOS File Metadata
.DS_Store

#MKdocs password cache from local dev env
encryptcontent.cache
2 changes: 1 addition & 1 deletion docs/Satellite1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Open the box. Magic!

## Install the Firmware

ESPWebTools will be embedded here: https://esphome.github.io/esp-web-tools/
<esp-web-install-button manifest="https://firmware.esphome.io/esp-web-tools/manifest.json"></esp-web-install-button>
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ plugins:
- encryptcontent:
global_password: !ENV MKDOCS_PW

extra_javascript:
- https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module

copyright: |
&copy; 2024 <a href="https://futureproofhomes.net" target="_blank" rel="noopener">FutureProof Homes LLC</a>

0 comments on commit fa9f141

Please sign in to comment.