Skip to content

Commit

Permalink
docs: prep for v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrilleratplay committed May 12, 2022
1 parent 3b47d87 commit fb68ad7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)**
Expand Down
2 changes: 1 addition & 1 deletion custom_components/govee_ble_hci/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"requirements": ["bleson==0.1.8"],
"dependencies": [],
"codeowners": ["@thrilleratplay"],
"version": "0.10.1",
"version": "0.10.2",
"iot_class": "local_polling"
}
4 changes: 2 additions & 2 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fb68ad7

Please sign in to comment.