Skip to content

Commit

Permalink
Rename to HAVPE (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Sep 16, 2024
1 parent ca074d5 commit ab559df
Show file tree
Hide file tree
Showing 5 changed files with 1,488 additions and 1,484 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: esphome/workflows/.github/workflows/build.yml@main
with:
files: |
voice-kit.factory.yaml
home-assistant-voice.factory.yaml
esphome-version: dev
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
release-url: ${{ github.event_name == 'release' && github.event.release.html_url || '' }}
Expand Down Expand Up @@ -50,18 +50,18 @@ jobs:
[Download][download] and extract the firmware to install with https://web.esphome.io
Make sure to choose \`esphome-voice-kit-esp32s3/esphome-voice-kit-esp32s3.factory.bin\`.
Make sure to choose \`home-assistant-voice-esp32s3.factory.bin\`.
[download]: ${url}`
})
upload:
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev')
if: github.event_name == 'release'
name: Upload to R2
needs:
- build-firmware
uses: esphome/workflows/.github/workflows/upload.yml@main
with:
directory: voice-kit
directory: home-assistant-voice-pe
version: ${{ needs.build-firmware.outputs.version }}
secrets: inherit
6 changes: 3 additions & 3 deletions voice-kit.factory.yaml → home-assistant-voice.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ packages:
wifi:
on_disconnect:
- ble.enable:
voice-kit: !include voice-kit.yaml
home-assistant-voice: !include home-assistant-voice.yaml

esphome:
project:
name: esphome.voice-kit
name: Nabu Casa.Home Assistant Voice PE
version: dev

ota:
Expand All @@ -31,7 +31,7 @@ update:
source: https://firmware.esphome.io/home-assistant-voice-pe/home-assistant-voice/manifest.json

dashboard_import:
package_import_url: github://esphome/voice-kit/voice-kit.yaml
package_import_url: github://esphome/voice-kit/home-assistant-voice.yaml

wifi:
on_connect:
Expand Down
Loading

0 comments on commit ab559df

Please sign in to comment.