150e3499ef | ||
---|---|---|
esphomerelease | ||
.gitignore | ||
NOTES.md | ||
README.md | ||
config.sample.json | ||
pylintrc | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
supporters.template.rst | ||
users_cache.json |
README.md
ESPHome Release Scripts
This repo contains ESPHome's 90% automated release scripts.
See NOTES.md for more information on the release process.
To install use the command pip3 install -e .
The scripts use a configuration file with some secrets in the config.json
file.
Run cp config.{sample.,}json
and edit config.json
. You need to generate a GitHub personal access token at https://github.com/settings/tokens (scopes: repo).