Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luuuis committed Dec 11, 2021
1 parent f22d254 commit 2dafa4c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0-beta.2](https://github.com/luuuis/hass_wibeee/compare/v2.2.3...v3.0.0-beta.2) (2021-12-11)


### ⚠ BREAKING CHANGES

* sets `unique_id` on entities, which causes HA to create new entities. Opt out by using `unique_id: false` on the integration.

### Features

* generate entity unique_id from MAC address ([#12](https://github.com/luuuis/hass_wibeee/issues/12)) ([1f8b966](https://github.com/luuuis/hass_wibeee/commit/1f8b966612b3acfb296acde5975fd96d66f3ce9b))
* use human-friendly name for sensors with unique_id, otherwise keep the old name ([#13](https://github.com/luuuis/hass_wibeee/issues/13)) ([bb59ccb](https://github.com/luuuis/hass_wibeee/commit/bb59ccbe518264c336c465ad5fd34521cbac0b12))


### Bug Fixes

* don't update entities that are disabled ([#15](https://github.com/luuuis/hass_wibeee/issues/15)) ([6474db6](https://github.com/luuuis/hass_wibeee/commit/6474db64ae02642b8e40b5df331d093181401b07))

## [3.0.0-beta.1](https://github.com/luuuis/hass_wibeee/compare/v2.2.3...v3.0.0-beta.1) (2021-11-24)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/wibeee/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "wibeee",
"name": "wibeee",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"documentation": "https://github.com/luuuis/hass_wibeee",
"issue_tracker": "https://github.com/luuuis/hass_wibeee/issues",
"dependencies": [],
Expand Down

0 comments on commit 2dafa4c

Please sign in to comment.