Bumping pyowletapi

### Fix
* Bumping pyowletapi to 2025.4.0
This commit is contained in:
RyanClark123
2025-04-11 13:34:11 +01:00
parent ac9c8c6111
commit 268365ccd4
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,6 +1,10 @@
# Changelog # Changelog
<!--next-version-placeholder--> <!--next-version-placeholder-->
## 2025.4.0 (2025-04-0)
### Fix
* Bumping pyowletapi to 2025.4.0
## 2024.10.1 (2024-10-09) ## 2024.10.1 (2024-10-09)
### Feature ### Feature
* Base station has now been removed from binary sensors and added as a switch ([`f63e0a6`](https://github.com/ryanbdclark/owlet/commit/f63e0a6dfeab1a05ba09ef3e0087cb404ba0dac4)) * Base station has now been removed from binary sensors and added as a switch ([`f63e0a6`](https://github.com/ryanbdclark/owlet/commit/f63e0a6dfeab1a05ba09ef3e0087cb404ba0dac4))
+2 -2
View File
@@ -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.10.1" "pyowletapi==2025.4.0"
], ],
"version": "2024.10.1" "version": "2025.4.0"
} }