diff --git a/static/AquaPi.manifest.json b/static/AquaPi.manifest.json new file mode 100644 index 0000000..de4fda4 --- /dev/null +++ b/static/AquaPi.manifest.json @@ -0,0 +1,23 @@ +{ + "name": "AquaPi", + "version": "24.10.14", + "home_assistant_domain": "esphome", + "new_install_prompt_erase": false, + "builds": [ + { + "chipFamily": "ESP32", + "ota": { + "path": "aquapi-esp32.ota.bin", + "md5": "243d109d050654ba1de1d63dc28a3d58", + "summary": "## What's Changed\r\n* Test web server v3 by @TheRealFalseReality in https://github.com/TheRealFalseReality/aquapi/pull/78\r\n\r\n\r\n**Full Changelog**: https://github.com/TheRealFalseReality/aquapi/compare/24.8.1...24.11.1", + "release_url": "https://github.com/TheRealFalseReality/aquapi/releases/tag/24.11.1" + }, + "parts": [ + { + "path": "aquapi-esp32.factory.bin", + "offset": 0 + } + ] + } + ] +}