Skip to content

Commit

Permalink
release: v0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2024
1 parent 532856d commit 88c7619
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.10.0](https://github.com/Michsior14/ha-venta/compare/v0.9.2...v0.10.0) (2024-10-28)


### Features

* add hepa filter lifetime sensor ([#56](https://github.com/Michsior14/ha-venta/issues/56)) ([5e33369](https://github.com/Michsior14/ha-venta/commit/5e333693d823af1196816701a63d75ba515ce84a)), closes [#54](https://github.com/Michsior14/ha-venta/issues/54)
* add relay sensors ([#55](https://github.com/Michsior14/ha-venta/issues/55)) ([63d23d0](https://github.com/Michsior14/ha-venta/commit/63d23d0f14fe26dc895bbba79e91dcab12eda67c)), closes [#52](https://github.com/Michsior14/ha-venta/issues/52)
* add timer action support ([#58](https://github.com/Michsior14/ha-venta/issues/58)) ([f8877b3](https://github.com/Michsior14/ha-venta/commit/f8877b30a69774ec7f6845935890f901044cee59)), closes [#53](https://github.com/Michsior14/ha-venta/issues/53)
* **LP60,AP902:** support boost mode ([#59](https://github.com/Michsior14/ha-venta/issues/59)) ([4d571c0](https://github.com/Michsior14/ha-venta/commit/4d571c0dbd674b33d4543696003ebf0b5b33ffa4))
* update translations ([#63](https://github.com/Michsior14/ha-venta/issues/63)) ([532856d](https://github.com/Michsior14/ha-venta/commit/532856d32902c1bbada8239c96789049fbd12514))


### Bug Fixes

* temperature unit ([#60](https://github.com/Michsior14/ha-venta/issues/60)) ([e5e32bf](https://github.com/Michsior14/ha-venta/commit/e5e32bf75a010886db04a24ca5d86e0895fa1bc2)), closes [#57](https://github.com/Michsior14/ha-venta/issues/57)

## [0.9.2](https://github.com/Michsior14/ha-venta/compare/v0.9.1...v0.9.2) (2024-10-28)


Expand Down Expand Up @@ -27,10 +43,3 @@

* don't block main thread on TCP strategy ([#46](https://github.com/Michsior14/ha-venta/issues/46)) ([9c8ed7c](https://github.com/Michsior14/ha-venta/commit/9c8ed7c7a99dba1ba2e1b943a37566f48b7d037f)), closes [#44](https://github.com/Michsior14/ha-venta/issues/44)

## [0.8.1-beta.2](https://github.com/Michsior14/ha-venta/compare/v0.8.1-beta.1...v0.8.1-beta.2) (2024-10-26)


### Bug Fixes

* extract json syntax ([c036055](https://github.com/Michsior14/ha-venta/commit/c0360556c9618c09e48bf6c38e70f8925774c581))

2 changes: 1 addition & 1 deletion custom_components/venta/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"custom_components.venta"
],
"requirements": [],
"version": "0.9.2"
"version": "0.10.0"
}

0 comments on commit 88c7619

Please sign in to comment.