Skip to content

Commit

Permalink
Build 8MB variant (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Sep 26, 2024
1 parent 3a9c29d commit c06cd98
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
files: |
home-assistant-voice.factory.yaml
home-assistant-voice.8mb.yaml
esphome-version: 2024.9.1
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
release-url: ${{ github.event_name == 'release' && github.event.release.html_url || '' }}
Expand Down
18 changes: 18 additions & 0 deletions home-assistant-voice.8mb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
packages:
home-assistant-voice: !include home-assistant-voice.factory.yaml

esphome:
name: ha-voice-8mb
project:
name: Nabu Casa.Home Assistant Voice PE
version: dev

esp32:
flash_size: 8MB

update:
- id: !extend update_http_request
source: https://firmware.esphome.io/home-assistant-voice-pe/ha-voice-8mb/manifest.json

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

0 comments on commit c06cd98

Please sign in to comment.