Skip to content

Commit 95dc00b

Browse files
author
github-actions
committed
0.2.0
Automatically generated by python-semantic-release
1 parent 4e80544 commit 95dc00b

File tree

2 files changed

+129
-1
lines changed

2 files changed

+129
-1
lines changed

CHANGELOG.md

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,134 @@
22

33

44

5+
## v0.2.0 (2023-10-16)
6+
7+
### Build
8+
9+
* build: use python-semantic-release for building
10+
11+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`3d955f6`](https://github.com/kaechele/napoleon-efire/commit/3d955f6598d156679a5b4ad7875e4ed2e9a4153d))
12+
13+
* build: add env paths for VSCode compatibility
14+
15+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`568f794`](https://github.com/kaechele/napoleon-efire/commit/568f794da42c0c017496bc0583ad351d45919f0f))
16+
17+
### Ci
18+
19+
* ci: bump actions/setup-python from 4.7.0 to 4.7.1
20+
21+
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
22+
- [Release notes](https://github.com/actions/setup-python/releases)
23+
- [Commits](https://github.com/actions/setup-python/compare/v4.7.0...v4.7.1)
24+
25+
---
26+
updated-dependencies:
27+
- dependency-name: actions/setup-python
28+
dependency-type: direct:production
29+
update-type: version-update:semver-patch
30+
...
31+
32+
Signed-off-by: dependabot[bot] <support@github.com> ([`6070ee6`](https://github.com/kaechele/napoleon-efire/commit/6070ee6510eec0f9a9b6dfec6d2edfe9cb699c3a))
33+
34+
* ci: bump actions/checkout from 4.0.0 to 4.1.0
35+
36+
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
37+
- [Release notes](https://github.com/actions/checkout/releases)
38+
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
39+
- [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0)
40+
41+
---
42+
updated-dependencies:
43+
- dependency-name: actions/checkout
44+
dependency-type: direct:production
45+
update-type: version-update:semver-minor
46+
...
47+
48+
Signed-off-by: dependabot[bot] <support@github.com> ([`1718056`](https://github.com/kaechele/napoleon-efire/commit/17180563387c1107c677f30a5704b5833d24de94))
49+
50+
### Feature
51+
52+
* feat: use new power setting mode
53+
54+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`76dabb7`](https://github.com/kaechele/napoleon-efire/commit/76dabb7e6d2aaaac098882aa8432a35ad1114472))
55+
56+
* feat: make flame a light entity
57+
58+
Combining the flame on/off switch and flame height number entity into
59+
one entity.
60+
61+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`cffbb80`](https://github.com/kaechele/napoleon-efire/commit/cffbb8013cd524b065d68121e7227022950cff2f))
62+
63+
### Fix
64+
65+
* fix: python-semantic-release build process
66+
67+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`4e80544`](https://github.com/kaechele/napoleon-efire/commit/4e8054471c4beb70cdd6d2aacdeb4a773ccb3c34))
68+
69+
* fix: ensure features remain sorted and consistent
70+
71+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`2c502aa`](https://github.com/kaechele/napoleon-efire/commit/2c502aa4ac226fd2f764b936571a38ca8b43381c))
72+
73+
* fix: use coordinator in switch entity
74+
75+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`3fa8c6a`](https://github.com/kaechele/napoleon-efire/commit/3fa8c6ad29721cc546c33bd7864f9d207edc30c7))
76+
77+
* fix: remove unnecessary setting of state in light entity
78+
79+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`67f1df2`](https://github.com/kaechele/napoleon-efire/commit/67f1df2be212a089ba75a710b2df1825ad6cfb90))
80+
81+
* fix: specify python version for default environment
82+
83+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`6991e10`](https://github.com/kaechele/napoleon-efire/commit/6991e10e3104fcc094b441994ce6d9830cb191fc))
84+
85+
86+
## v0.1.1 (2023-09-07)
87+
88+
### Build
89+
90+
* build: ignore autogenerated CHANGELOG.md in prettier pre-commit hook
91+
92+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`0de8a81`](https://github.com/kaechele/napoleon-efire/commit/0de8a81fdea93c238a39a1cb5eec440d026f115b))
93+
94+
* build(deps): update pre-commit hooks
95+
96+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`c754d71`](https://github.com/kaechele/napoleon-efire/commit/c754d717f36e97790c093c30ffe9e838d80fda85))
97+
98+
### Chore
99+
100+
* chore: fix gitignore
101+
102+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`eb0daf5`](https://github.com/kaechele/napoleon-efire/commit/eb0daf55679e8732d77877851bfd183edbc002b5))
103+
104+
### Ci
105+
106+
* ci: bump actions/checkout from 3.6.0 to 4.0.0
107+
108+
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
109+
- [Release notes](https://github.com/actions/checkout/releases)
110+
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
111+
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.0.0)
112+
113+
---
114+
updated-dependencies:
115+
- dependency-name: actions/checkout
116+
dependency-type: direct:production
117+
update-type: version-update:semver-major
118+
...
119+
120+
Signed-off-by: dependabot[bot] <support@github.com> ([`2d186b1`](https://github.com/kaechele/napoleon-efire/commit/2d186b1edd0db9d88a34de61c35f9389c7ac2833))
121+
122+
### Fix
123+
124+
* fix: update manifest for v0.1.2
125+
126+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`de57600`](https://github.com/kaechele/napoleon-efire/commit/de576000b4faf3a9097ec29abac6edc51e105268))
127+
128+
* fix(deps): update pybonaparte to 0.1.2
129+
130+
Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`9808e36`](https://github.com/kaechele/napoleon-efire/commit/9808e36c204653434008e3576071535084f31bde))
131+
132+
5133
## v0.1.0 (2023-08-27)
6134

7135
### Build

custom_components/napoleon_efire/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"iot_class": "local_polling",
1414
"issue_tracker": "https://github.com/kaechele/napoleon-efire/issues",
1515
"requirements": ["bluetooth-data-tools>=0.2.0", "pybonaparte==0.2.0"],
16-
"version": "0.1.1"
16+
"version": "0.2.0"
1717
}

0 commit comments

Comments
 (0)