Skip to content

Releases: ryanbdclark/owlet

2024.10.1

09 Oct 19:56
e28b9dd
Compare
Choose a tag to compare

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.9.1

26 Sep 09:19
Compare
Choose a tag to compare

Feature

2024.6.1

17 Jun 08:32
dc28ebb
Compare
Choose a tag to compare

Fix

  • Bumping pyowletapi to 2024.6.1 to resolve setup errors (52710ba)

2024.5.1

13 May 12:50
d8449c1
Compare
Choose a tag to compare

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

27 Mar 15:54
4b90ce0
Compare
Choose a tag to compare

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

23 Nov 15:43
faefd0b
Compare
Choose a tag to compare

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

16 Nov 11:46
1cfff53
Compare
Choose a tag to compare

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

20 Sep 14:06
c0bf404
Compare
Choose a tag to compare

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

21 Aug 14:30
Compare
Choose a tag to compare

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

04 Jul 14:42
5c8411f
Compare
Choose a tag to compare

Fix

  • Bumping pyowletapi version to 2023.7.2 (c45959b)