Releases: ryanbdclark/owlet
Releases · ryanbdclark/owlet
2024.10.1
Feature
- Base station has now been removed from binary sensors and added as a switch (
f63e0a6
)
Fix
- Bump pyowletapi to 2024.10.1 (
82823be
)
- Fix strings for password and connection error in all languages (
14787e0
)
- Add state class to battery minutes and O2 saturation 10 minute average (
0991eb3
)
2024.6.1
Fix
- Bumping pyowletapi to 2024.6.1 to resolve setup errors (
52710ba
)
2024.5.1
Feature
- As per HA core patterns, certain sensors will now show as unavailable when sock is charging (
ceade24
)
- Oxygen 10 minute average now only shows a figure if it is between 0 and 100 this avoids skewing by 255 values before the 10 minutes is reached, thanks @coreywillwhat (
5e17ecd
)
Fix
- Refactoring as per core maintainers suggestions (
ceade24
)
2024.3.1
Feature
- Base station on added as binary sensor
Fix
- Bumping pyowletapi to 2024.3.2
- UI config now allows you to set interval to 5 seconds, previously the minimum was 10
2023.11.2
Feature
- Support added for V2 sock (
50fe1a8
)
- Added tests for binary sensors (
50fe1a8
)
Fix
- Bumping pyowletapi to 2023.11.4 to allow V2 support (
50fe1a8
)
- Refactoring (
50fe1a8
)
- Corrected spelling of sock disconnected sensor (
50fe1a8
)
2023.11.1
Fix
- Bumping pyowletapi to 2023.11.1 (
3acf847
)
- Sensors and binary sensors are now only created where the sock contains that property, this stops errors where different sock versions have different properties (
3acf847
)
2023.9.1
Fix
- Bumping pyowletapi to 2023.9.1 to allow for revisions (
0a7f703
)
- New revision of sock, revision 5 doesn't report all vitals as before, this would cause the integration to fail to update. Have adjusted the integration to detect the revision and ignore the vitals that are no longer reported (
0a7f703
)
2023.8.1
Breaking Changes
- Due to renaming of entities to match home assistant styling you may get duplicate entities if already configured, if you do please delete the originating entities or set up the integration again by deleting the integration entry and setting up again, apologies for this, now names have changes this won't need to be done in the future.
Feature
- 2 new sensors, movement and movement bucket disabled by default, thanks
@seanford
(575b213
)
Fix
- Various refactoring tasks completed to make this integration more inline with home assistants style guidelines (
2cd46c1
)
- Added new sensors to strings jsons (
2cd46c1
)
2023.7.2
Fix
- Bumping pyowletapi version to 2023.7.2 (
c45959b
)