From a72f65c1ad3d1175db2b40978f9d51ee57516049 Mon Sep 17 00:00:00 2001 From: Tom Hiller Date: Sat, 7 Jan 2023 15:44:23 -0500 Subject: [PATCH] docs: prep for v0.10.3 --- CHANGELOG.md | 4 ++++ custom_components/govee_ble_hci/manifest.json | 2 +- info.md | 10 +++------- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78982d9..d1fcc99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.10.3 +**Chore:** + - **Remove deprecated `device_class` properties.** + ## 0.10.2 **Fix:** - **Refactor to use SensorEntityDescription for future Home Assistant compatibility** diff --git a/custom_components/govee_ble_hci/manifest.json b/custom_components/govee_ble_hci/manifest.json index 73ac95b..c331a5a 100644 --- a/custom_components/govee_ble_hci/manifest.json +++ b/custom_components/govee_ble_hci/manifest.json @@ -5,6 +5,6 @@ "requirements": ["bleson==0.1.8"], "dependencies": [], "codeowners": ["@thrilleratplay"], - "version": "0.10.2", + "version": "0.10.3", "iot_class": "local_polling" } diff --git a/info.md b/info.md index 17cb43b..62f62a3 100644 --- a/info.md +++ b/info.md @@ -9,13 +9,9 @@ Existing users: I will continue to support this component for the foreseeable fu Thank you @Ernst79 for adding the Govee devices. Ultimately, it makes more sense for you, the end users, to have one component that does everything well and to pool development resources to ensure issues can be resolved quickly. -## 0.10.2 -**Fix:** - - **Refactor to use SensorEntityDescription for future Home Assistant compatibility** - -**Possible Breaking Change** -For those who display temperature fahrenheit, due a change with how Home Assistant handles sensors, your existing sensors may display in Celsius after this update. - Under Configuration -> Devices & Services -> Entities tab, the settings for each temperature sensor can be modified to display F as the unit of measurement. +## 0.10.3 +**Chore:** + - **Remove deprecated `device_class` properties.** **NOTE** FOR THOSE WHO ARE UPGRADING FROM V0.5 - a restart of the host device is suggested after upgrading this component. The previous implementation may still have processes running or sockets open which.could cause unforeseeable issues. I apologize for the inconvenience and future updates should go much smoother.