Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc28ebb02f | ||
|
|
52710ba7de |
@@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
## 2024.6.1 (2024-06-17)
|
||||||
|
### Fix
|
||||||
|
* Bumping pyowletapi to 2024.6.1 to resolve setup errors ([`52710ba`](https://github.com/ryanbdclark/owlet/commit/52710ba7de53fd07195537c2a5fd2f95bc7dfd1a))
|
||||||
|
|
||||||
## 2024.5.1 (2024-05-13)
|
## 2024.5.1 (2024-05-13)
|
||||||
### Feature
|
### Feature
|
||||||
* As per HA core patterns, certain sensors will now show as unavailable when sock is charging ([`ceade24`](https://github.com/ryanbdclark/owlet/commit/ceade24851479b8c9bc60b7b8bed74a7bdb927e9))
|
* As per HA core patterns, certain sensors will now show as unavailable when sock is charging ([`ceade24`](https://github.com/ryanbdclark/owlet/commit/ceade24851479b8c9bc60b7b8bed74a7bdb927e9))
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"issue_tracker": "https://github.com/ryanbdclark/owlet/issues",
|
"issue_tracker": "https://github.com/ryanbdclark/owlet/issues",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyowletapi==2024.3.2"
|
"pyowletapi==2024.6.1"
|
||||||
],
|
],
|
||||||
"version": "2024.5.1"
|
"version": "2024.6.1"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user