Skip to content

Commit

Permalink
Add temporary manual manifest file (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Sep 9, 2024
1 parent 055e7e5 commit 76c27d0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
]
}

0 comments on commit 76c27d0

Please sign in to comment.