Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder authored and actions-user committed Nov 3, 2024
1 parent b73d49c commit a5e6c7e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions firmware/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "openspool",
"version": "2024.10.2",
"home_assistant_domain": "esphome",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32-S2",
"ota": {
"path": "openspool-esp32s2.ota.bin",
"md5": "c382965a2a48cc3ef2b66874e3485328",
"summary": "Test",
"release_url": "https://raw.githubusercontent.com/spuder/OpenSpool/main/firmware/manifest.json"
},
"parts": [
{
"path": "openspool-esp32s2.factory.bin",
"offset": 0
}
]
}
]
}

0 comments on commit a5e6c7e

Please sign in to comment.