diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..bab4468 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,23 @@ +{ + "name": "ESPHome Voice Kit", + "version": "24.9.2", + "home_assistant_domain": "esphome", + "new_install_prompt_erase": false, + "builds": [ + { + "chipFamily": "ESP32-S3", + "ota": { + "path": "24.9.2/esphome-voice-kit-esp32s3.ota.bin", + "md5": "dbfa48ecdce8df09d0918ec18e2f8d22", + "summary": "## What's Changed\r\n* Media player task blocking and memory tweaks by @kahrendt in https://github.com/esphome/voice-kit/pull/72\r\n* Build firmware with ESPHome dev branch by @kahrendt in https://github.com/esphome/voice-kit/pull/73\r\n* Initial mWW and VA intercomponent communication by @kahrendt in https://github.com/esphome/voice-kit/pull/61\r\n* [media_player] Add mute, unmute and volume change triggers by @kahrendt in https://github.com/esphome/voice-kit/pull/75\r\n* [media_player] mute, unmute, volume triggers after updating state by @kahrendt in https://github.com/esphome/voice-kit/pull/76\r\n* New animation for Jack and Silent mode by @jlpouffier in https://github.com/esphome/voice-kit/pull/74\r\n* [i2s_audio] Rebase with ESPHome to prepare for merging by @kahrendt in https://github.com/esphome/voice-kit/pull/77\r\n* Set yaml to reference dev branch by @kahrendt in https://github.com/esphome/voice-kit/pull/78\r\n* [micro_wake_word] Bugfix: New spectrogram features should go to the back of the queue by @kahrendt in https://github.com/esphome/voice-kit/pull/79\r\n* A couple quick tweaks to maintain IDF 5 compat by @kbx81 in https://github.com/esphome/voice-kit/pull/80\r\n* Fix update manifest source by @jesserockz in https://github.com/esphome/voice-kit/pull/81\r\n\r\n\r\n**Full Changelog**: https://github.com/esphome/voice-kit/compare/24.9.1...24.9.2", + "release_url": "https://github.com/esphome/voice-kit/releases/tag/24.9.2" + }, + "parts": [ + { + "path": "24.9.2/esphome-voice-kit-esp32s3.factory.bin", + "offset": 0 + } + ] + } + ] +}