forked from CarlosDerSeher/snapclient
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andriy Malyshenko
committed
Oct 25, 2024
1 parent
735316f
commit 71192c7
Showing
6 changed files
with
123 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"name": "snapclient on the hifi-esparagus", | ||
"version": "latest", | ||
"home_assistant_domain": "media_player", | ||
"funding_url": "https://esphome.io/guides/supporters.html", | ||
"new_install_prompt_erase": true, | ||
"new_install_improv_wait_time": 20, | ||
"builds": [ | ||
{ | ||
"chipFamily": "ESP32", | ||
"parts": [ | ||
{ | ||
"path": "binaries/hifi-esparagus-snapclient-latest-bootloader.bin", | ||
"offset": "0x1000" | ||
}, | ||
{ | ||
"path": "binaries/hifi-esparagus-snapclient-latest-partition-table.bin", | ||
"offset": "0x8000" | ||
}, | ||
{ | ||
"path": "binaries/hifi-esparagus-snapclient-latest-ota_data_initial.bin", | ||
"offset": "0xd000" | ||
}, | ||
{ | ||
"path": "binaries/hifi-esparagus-snapclient-latest-snapclient.bin", | ||
"offset": "0x10000" | ||
}, | ||
{ | ||
"path": "binaries/hifi-esparagus-snapclient-latest-storage.bin", | ||
"offset": "0x370000" | ||
} | ||
] | ||
} | ||
], | ||
"manifest_name": "manifest-hifi-esparagus-latest.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"name": "snapclient in the loud-esparagus", | ||
"version": "latest", | ||
"home_assistant_domain": "media_player", | ||
"funding_url": "https://esphome.io/guides/supporters.html", | ||
"new_install_prompt_erase": true, | ||
"new_install_improv_wait_time": 20, | ||
"builds": [ | ||
{ | ||
"chipFamily": "ESP32", | ||
"parts": [ | ||
{ | ||
"path": "binaries/loud-esparagus-snapclient-latest-bootloader.bin", | ||
"offset": "0x1000" | ||
}, | ||
{ | ||
"path": "binaries/loud-esparagus-snapclient-latest-partition-table.bin", | ||
"offset": "0x8000" | ||
}, | ||
{ | ||
"path": "binaries/loud-esparagus-snapclient-latest-ota_data_initial.bin", | ||
"offset": "0xd000" | ||
}, | ||
{ | ||
"path": "binaries/loud-esparagus-snapclient-latest-snapclient.bin", | ||
"offset": "0x10000" | ||
}, | ||
{ | ||
"path": "binaries/loud-esparagus-snapclient-latest-storage.bin", | ||
"offset": "0x370000" | ||
} | ||
] | ||
} | ||
], | ||
"manifest_name": "manifest-loud-esparagus-latest.json" | ||
} |
36 changes: 36 additions & 0 deletions
36
docs/artifacts/templates/manifest-louder-esp-template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"name": "snapclient on the louder-esparagus", | ||
"version": "latest", | ||
"home_assistant_domain": "media_player", | ||
"funding_url": "https://esphome.io/guides/supporters.html", | ||
"new_install_prompt_erase": true, | ||
"new_install_improv_wait_time": 20, | ||
"builds": [ | ||
{ | ||
"chipFamily": "ESP32", | ||
"parts": [ | ||
{ | ||
"path": "binaries/louder-esparagus-snapclient-latest-bootloader.bin", | ||
"offset": "0x1000" | ||
}, | ||
{ | ||
"path": "binaries/louder-esparagus-snapclient-latest-partition-table.bin", | ||
"offset": "0x8000" | ||
}, | ||
{ | ||
"path": "binaries/louder-esparagus-snapclient-latest-ota_data_initial.bin", | ||
"offset": "0xd000" | ||
}, | ||
{ | ||
"path": "binaries/louder-esparagus-snapclient-latest-snapclient.bin", | ||
"offset": "0x10000" | ||
}, | ||
{ | ||
"path": "binaries/louder-esparagus-snapclient-latest-storage.bin", | ||
"offset": "0x370000" | ||
} | ||
] | ||
} | ||
], | ||
"manifest_name": "manifest-louder-esparagus-latest.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters