From 2dab2c7a6d6606f1f236ad4bb078d51445dd3507 Mon Sep 17 00:00:00 2001 From: Luis Miranda <161006+luuuis@users.noreply.github.com> Date: Mon, 22 Nov 2021 23:01:35 +0000 Subject: [PATCH] chore(release): 3.0.0-beta.0 --- CHANGELOG.md | 11 +++++++++++ custom_components/wibeee/manifest.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2654ba7b8..13b2f1320f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/custom_components/wibeee/manifest.json b/custom_components/wibeee/manifest.json index f8bbd454fe..1df4ae0e8e 100644 --- a/custom_components/wibeee/manifest.json +++ b/custom_components/wibeee/manifest.json @@ -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": [],