Skip to content

Commit

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

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.0](https://github.com/luuuis/hass_wibeee/compare/v2.2.3...v3.0.0-beta.0) (2021-11-22)


### ⚠ 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))

### [2.2.3](https://github.com/luuuis/hass_wibeee/compare/v2.2.2...v2.2.3) (2021-08-31)


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": "2.2.3",
"version": "3.0.0-beta.0",
"documentation": "https://github.com/luuuis/hass_wibeee",
"issue_tracker": "https://github.com/luuuis/hass_wibeee/issues",
"dependencies": [],
Expand Down

0 comments on commit 2dab2c7

Please sign in to comment.