Skip to content

Commit

Permalink
Replace example firmware branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 15, 2024
1 parent 169110c commit 59ff35d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
if: github.ref != 'refs/heads/master'
run: |
sed -i "s/\"version\": \".*\"/\"version\": \"${VERSION}-dev\"/" package.json
sed -i 's/@master/@dev/g' firmware/examples/stock.example.yaml
sed -i 's/@master/@dev/g' firmware/examples/nuki-bridge.example.yaml
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion firmware/examples/stock.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ substitutions:

# Import Doorman Stock Firmware Config
packages:
AzonInc.Doorman-Stock: github://AzonInc/doorman/firmware/doorman-stock.yaml@master
AzonInc.Doorman: github://AzonInc/doorman/firmware/doorman-stock.yaml@master

esphome:
name: ${name}
Expand Down

0 comments on commit 59ff35d

Please sign in to comment.