Skip to content

Commit

Permalink
release: v0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jan 6, 2024
1 parent 147be47 commit 30d2f3c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 0.4.0 (2024-01-06)


### Features

* add needs service sensor ([43c1828](https://github.com/Michsior14/ha-venta/commit/43c1828fa0c0be84fe601ea0e54085ba5744b1b4))
* add Portuguese translations ([#2](https://github.com/Michsior14/ha-venta/issues/2)) ([0fda07b](https://github.com/Michsior14/ha-venta/commit/0fda07bfae34c02797ce46c05cf7de61e7a087ad))
* add refill water sensor ([9b9b64d](https://github.com/Michsior14/ha-venta/commit/9b9b64d9798965b2c314ea2020fd7dd83fe112e1))
* add warnings sensor ([c81a91f](https://github.com/Michsior14/ha-venta/commit/c81a91f5db737f07c316d00e303c2ef37d163aaf))
* autodetect api version ([#7](https://github.com/Michsior14/ha-venta/issues/7)) ([abfb4ad](https://github.com/Michsior14/ha-venta/commit/abfb4ad7f0049bce9afb992e1a619946aa92e5c9)), closes [#4](https://github.com/Michsior14/ha-venta/issues/4)
* support 500 device type ([#3](https://github.com/Michsior14/ha-venta/issues/3)) ([1ae1f06](https://github.com/Michsior14/ha-venta/commit/1ae1f060a20767956531b9e794863e998dd6a2f4)), closes [#1](https://github.com/Michsior14/ha-venta/issues/1)
* venta humidifier support ([1fce0fb](https://github.com/Michsior14/ha-venta/commit/1fce0fb08effb8ce2897b7078464153412d8fe09))


### Bug Fixes

* keep sensors in default category ([6ec0268](https://github.com/Michsior14/ha-venta/commit/6ec0268240a06d8e048aa31e82d988483b90e6eb))
* mark device type as LW73/LW74 ([8ccc58b](https://github.com/Michsior14/ha-venta/commit/8ccc58b118d99020eb6f5295273653fb26808cf3))
* missing sensors ([76c5029](https://github.com/Michsior14/ha-venta/commit/76c502917af54e3663b4fe0e2e9161fa3ba8ea13))

10 changes: 7 additions & 3 deletions custom_components/venta/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"domain": "venta",
"name": "Venta",
"codeowners": ["@Michsior14"],
"codeowners": [
"@Michsior14"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/Michsior14/ha-venta",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Michsior14/ha-venta/issues",
"loggers": ["custom_components.venta"],
"loggers": [
"custom_components.venta"
],
"requirements": [],
"version": "0.3.0"
"version": "0.4.0"
}

0 comments on commit 30d2f3c

Please sign in to comment.