File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
custom_components/hella_onyx Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 10.2.1 "
2+ "." : " 10.3.0 "
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1515 " @muhlba91"
1616 ],
1717 "iot_class" : " cloud_polling" ,
18- "version" : " 10.2.1 "
18+ "version" : " 10.3.0 "
1919}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " onyx-homeassistant-integration"
7- version = " 10.2.1 "
7+ version = " 10.3.0 "
88description = " Home Assistant Integration for Hella's ONYX.CENTER API."
99license = " MIT"
1010authors = [
You can’t perform that action at this time.
0 commit comments