diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fca0cf4..4cdc1b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 || '' }} diff --git a/home-assistant-voice.8mb.yaml b/home-assistant-voice.8mb.yaml new file mode 100644 index 0000000..52cadfc --- /dev/null +++ b/home-assistant-voice.8mb.yaml @@ -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