fix fw creation

This commit is contained in:
pszafer
2025-06-18 08:53:11 +02:00
parent c2f43e827a
commit 719a94d5fd

View File

@@ -21,7 +21,7 @@ firmware_destination = "../website/public/esp/firmware"
def json_pattern(firmware_name):
return {
"name": "ESPHome",
"version": "2024.10.1",
"version": "2025.5.1",
"home_assistant_domain": "esphome",
"funding_url": "https://esphome.io/guides/supporters.html",
"new_install_prompt_erase": False,