You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the *.yaml files in the root of the repository with your project specific YAML configuration(s).
.github/workflows/publish-firmware.yml
files - Update YAML config filename(s).
esphome-version - Update ESPHome version.
combined-name - Update the combined name of the firmware.
Remove this line if you only target one microcontroller chip.
.github/workflows/ci.yml
matrix -> file - Update YAML config filename(s).
static/_config.yml
Set the title.
Set the description.
Optionally change the basic theme.
static/index.md
Update the manifest path. This will be <combined-name>.manifest.json if you use the combined-name in the publish-firmware.yml, otherwise it will be <name>.manifest.json where <name> is the value from esphome -> name in your YAML configuration.
Repository Setup
.github/workflows/publish-firmware.yml
files
- Update YAML config filename(s).esphome-version
- Update ESPHome version.combined-name
- Update the combined name of the firmware.Remove this line if you only target one microcontroller chip.
.github/workflows/ci.yml
matrix
->file
- Update YAML config filename(s).static/_config.yml
static/index.md
<combined-name>.manifest.json
if you use thecombined-name
in the publish-firmware.yml, otherwise it will be<name>.manifest.json
where<name>
is the value fromesphome
->name
in your YAML configuration.GitHub Actions
.The text was updated successfully, but these errors were encountered: