Skip to content

Commit 098f699

Browse files
github-actions[bot]muhlba91
authored andcommitted
chore(release): release 10.3.0
1 parent 139fdbc commit 098f699

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.2.1"
2+
".": "10.3.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

33

4+
## [10.3.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.2.1...v10.3.0) (2024-10-23)
5+
6+
7+
### Features
8+
9+
* add configurable delay to call stop; relates to [#220](https://github.com/muhlba91/onyx-homeassistant-integration/issues/220) ([e11f913](https://github.com/muhlba91/onyx-homeassistant-integration/commit/e11f91338442fe2cfd5f2f780c6a6c7cd92067d9))
10+
11+
12+
### Bug Fixes
13+
14+
* do not migrate options ([139fdbc](https://github.com/muhlba91/onyx-homeassistant-integration/commit/139fdbc9a8e0ee5fec3bb15fa403b4dedc253438))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* **deps:** update dependency coverage to v7.6.4 ([f42bb17](https://github.com/muhlba91/onyx-homeassistant-integration/commit/f42bb17357e3562c46c04f5e00a19f0d237684a4))
20+
* **deps:** update dependency homeassistant to v2024.10.3 ([d251cca](https://github.com/muhlba91/onyx-homeassistant-integration/commit/d251cca0549f6b323d94134c3ff25affa6428e9f))
21+
* **deps:** update dependency ruff to ^0.7.0 ([998e350](https://github.com/muhlba91/onyx-homeassistant-integration/commit/998e350ff5ff3dbe0cf748de6a927f3da7b8498c))
22+
423
## [10.2.1](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.2.0...v10.2.1) (2024-10-17)
524

625

custom_components/hella_onyx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"@muhlba91"
1616
],
1717
"iot_class": "cloud_polling",
18-
"version": "10.2.1"
18+
"version": "10.3.0"
1919
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "onyx-homeassistant-integration"
7-
version = "10.2.1"
7+
version = "10.3.0"
88
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
99
license = "MIT"
1010
authors = [

0 commit comments

Comments
 (0)