Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Checklist #1

Open
11 of 16 tasks
github-actions bot opened this issue Dec 28, 2024 · 0 comments
Open
11 of 16 tasks

Setup Checklist #1

github-actions bot opened this issue Dec 28, 2024 · 0 comments
Assignees

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Dec 28, 2024

Repository Setup

  • 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.
    • Add some more content to the page.
  • Set up GitHub Pages
    1. Go to Repository Settings -> Pages (click here).
    2. Change the Build and Deployment -> Source to GitHub Actions.
  • Make a release to trigger the first build and deploy the website.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant