diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f9fd9..baf65fc 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.2 +**Fix:** + - **Refactor to use SensorEntityDescription for future Home Assistant compatability** + ## 0.10.1 **Fix:** - **Renamed `device_state_attributes` to `extra_state_attributes`. Remove warnings related to Home Assistant [PR#47304](https://github.com/home-assistant/core/pull/47304)** diff --git a/custom_components/govee_ble_hci/manifest.json b/custom_components/govee_ble_hci/manifest.json index d51206f..73ac95b 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.1", + "version": "0.10.2", "iot_class": "local_polling" } diff --git a/info.md b/info.md index f099cc7..ed4bf77 100644 --- a/info.md +++ b/info.md @@ -9,9 +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.1 +## 0.10.2 **Fix:** - - **Renamed `device_state_attributes` to `extra_state_attributes`. Remove warnings related to Home Assistant [PR#47304](https://github.com/home-assistant/core/pull/47304)** + - **Refactor to use SensorEntityDescription for future Home Assistant compatability** **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.