Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): release 8.0.0
Browse files Browse the repository at this point in the history
github-actions[bot] authored Nov 22, 2023
1 parent ee0fe43 commit 7c26bfb
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.0.0"
".": "8.0.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## [8.0.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v7.0.0...v8.0.0) (2023-11-22)


### ⚠ BREAKING CHANGES

* uses the client event loop for event updates

### Bug Fixes

* call ha state update ([a408da3](https://github.com/muhlba91/onyx-homeassistant-integration/commit/a408da3a1776a2b637d63dc79153a811c7c20b47))
* change update method to onyx api client ([53a957f](https://github.com/muhlba91/onyx-homeassistant-integration/commit/53a957feb8708ba919aa573b7e2de1150d739450))
* fix stop call ([6117eec](https://github.com/muhlba91/onyx-homeassistant-integration/commit/6117eec38a25fe15e9d4847e36bb9f239fd03571))


### Miscellaneous Chores

* **deps:** update client to 8.0.2 ([34103e2](https://github.com/muhlba91/onyx-homeassistant-integration/commit/34103e262b7fd6b9992b7b61b485213414d9fd2c))
* **deps:** update dependency aioresponses to v0.7.6 ([ee0fe43](https://github.com/muhlba91/onyx-homeassistant-integration/commit/ee0fe4383581a888ea57501f1fec5d73df6fdbb8))


### Code Refactoring

* refactor background events ([d13df42](https://github.com/muhlba91/onyx-homeassistant-integration/commit/d13df429a11832fadf14210fef47902b8653a6dd))

## [7.0.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v6.0.1...v7.0.0) (2023-11-16)


2 changes: 1 addition & 1 deletion custom_components/hella_onyx/manifest.json
Original file line number Diff line number Diff line change
@@ -15,5 +15,5 @@
"@muhlba91"
],
"iot_class": "cloud_polling",
"version": "7.0.0"
"version": "8.0.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "onyx-homeassistant-integration"
version = "7.0.0"
version = "8.0.0"
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
license = "MIT"
authors = [

0 comments on commit 7c26bfb

Please sign in to comment.