Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrat authored Feb 27, 2024
1 parent 3a8b81e commit 16ff3a6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "ESPHome",
"version": "2021.11.0",
"home_assistant_domain": "esphome",
"funding_url": "https://esphome.io/guides/supporters.html",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "merged-firmware.bin", "offset": 0 },
]
},
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "esp8266.bin", "offset": 0 }
]
}
]
}

0 comments on commit 16ff3a6

Please sign in to comment.