generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Oct 16, 2023
1 parent
4e80544
commit 95dc00b
Showing
2 changed files
with
129 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -2,6 +2,134 @@ | |
|
||
|
||
|
||
## v0.2.0 (2023-10-16) | ||
|
||
### Build | ||
|
||
* build: use python-semantic-release for building | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`3d955f6`](https://github.com/kaechele/napoleon-efire/commit/3d955f6598d156679a5b4ad7875e4ed2e9a4153d)) | ||
|
||
* build: add env paths for VSCode compatibility | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`568f794`](https://github.com/kaechele/napoleon-efire/commit/568f794da42c0c017496bc0583ad351d45919f0f)) | ||
|
||
### Ci | ||
|
||
* ci: bump actions/setup-python from 4.7.0 to 4.7.1 | ||
|
||
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. | ||
- [Release notes](https://github.com/actions/setup-python/releases) | ||
- [Commits](https://github.com/actions/setup-python/compare/v4.7.0...v4.7.1) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: actions/setup-python | ||
dependency-type: direct:production | ||
update-type: version-update:semver-patch | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`6070ee6`](https://github.com/kaechele/napoleon-efire/commit/6070ee6510eec0f9a9b6dfec6d2edfe9cb699c3a)) | ||
|
||
* ci: bump actions/checkout from 4.0.0 to 4.1.0 | ||
|
||
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. | ||
- [Release notes](https://github.com/actions/checkout/releases) | ||
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) | ||
- [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: actions/checkout | ||
dependency-type: direct:production | ||
update-type: version-update:semver-minor | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`1718056`](https://github.com/kaechele/napoleon-efire/commit/17180563387c1107c677f30a5704b5833d24de94)) | ||
|
||
### Feature | ||
|
||
* feat: use new power setting mode | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`76dabb7`](https://github.com/kaechele/napoleon-efire/commit/76dabb7e6d2aaaac098882aa8432a35ad1114472)) | ||
|
||
* feat: make flame a light entity | ||
|
||
Combining the flame on/off switch and flame height number entity into | ||
one entity. | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`cffbb80`](https://github.com/kaechele/napoleon-efire/commit/cffbb8013cd524b065d68121e7227022950cff2f)) | ||
|
||
### Fix | ||
|
||
* fix: python-semantic-release build process | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`4e80544`](https://github.com/kaechele/napoleon-efire/commit/4e8054471c4beb70cdd6d2aacdeb4a773ccb3c34)) | ||
|
||
* fix: ensure features remain sorted and consistent | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`2c502aa`](https://github.com/kaechele/napoleon-efire/commit/2c502aa4ac226fd2f764b936571a38ca8b43381c)) | ||
|
||
* fix: use coordinator in switch entity | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`3fa8c6a`](https://github.com/kaechele/napoleon-efire/commit/3fa8c6ad29721cc546c33bd7864f9d207edc30c7)) | ||
|
||
* fix: remove unnecessary setting of state in light entity | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`67f1df2`](https://github.com/kaechele/napoleon-efire/commit/67f1df2be212a089ba75a710b2df1825ad6cfb90)) | ||
|
||
* fix: specify python version for default environment | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`6991e10`](https://github.com/kaechele/napoleon-efire/commit/6991e10e3104fcc094b441994ce6d9830cb191fc)) | ||
|
||
|
||
## v0.1.1 (2023-09-07) | ||
|
||
### Build | ||
|
||
* build: ignore autogenerated CHANGELOG.md in prettier pre-commit hook | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`0de8a81`](https://github.com/kaechele/napoleon-efire/commit/0de8a81fdea93c238a39a1cb5eec440d026f115b)) | ||
|
||
* build(deps): update pre-commit hooks | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`c754d71`](https://github.com/kaechele/napoleon-efire/commit/c754d717f36e97790c093c30ffe9e838d80fda85)) | ||
|
||
### Chore | ||
|
||
* chore: fix gitignore | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`eb0daf5`](https://github.com/kaechele/napoleon-efire/commit/eb0daf55679e8732d77877851bfd183edbc002b5)) | ||
|
||
### Ci | ||
|
||
* ci: bump actions/checkout from 3.6.0 to 4.0.0 | ||
|
||
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. | ||
- [Release notes](https://github.com/actions/checkout/releases) | ||
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) | ||
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.0.0) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: actions/checkout | ||
dependency-type: direct:production | ||
update-type: version-update:semver-major | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`2d186b1`](https://github.com/kaechele/napoleon-efire/commit/2d186b1edd0db9d88a34de61c35f9389c7ac2833)) | ||
|
||
### Fix | ||
|
||
* fix: update manifest for v0.1.2 | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`de57600`](https://github.com/kaechele/napoleon-efire/commit/de576000b4faf3a9097ec29abac6edc51e105268)) | ||
|
||
* fix(deps): update pybonaparte to 0.1.2 | ||
|
||
Signed-off-by: Felix Kaechele <[email protected]> ([`9808e36`](https://github.com/kaechele/napoleon-efire/commit/9808e36c204653434008e3576071535084f31bde)) | ||
|
||
|
||
## v0.1.0 (2023-08-27) | ||
|
||
### Build | ||
|
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