Skip to content

Releases: lukas-clarke/eight_sleep

1.0.24.beta.2

06 Apr 00:01
8a00ee1

Choose a tag to compare

1.0.24.beta.2 Pre-release
Pre-release

What's Changed

  • Migrate alarm system to new API with dynamic entities, dismiss & snooze buttons by @tanvach in #120

Full Changelog: 1.0.24.beta.1...1.0.24.beta.2

1.0.24.beta.1

05 Apr 23:43
d16a2c9

Choose a tag to compare

1.0.24.beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.23...1.0.24.beta.1

1.0.23

10 Feb 07:09
30c60f5

Choose a tag to compare

What's Changed

  • Remove routines from NAME_MAP by @wmoss in #100
  • fix: handle NoPairedPod error when fetching base data by @jpoehnelt in #104
  • Add media player support for Eight Sleep speaker by @jasoncronje in #106
  • Handle base sensor lookup when users are away. by @CameronHall in #108
  • feat: Persist and restore target temperature for Eight Sleep climate entity, and display the last known target when off. by @tanvach in #107
  • Multi pod support and fixes for away users by @CameronHall in #109

New Contributors

Full Changelog: 1.0.22...1.0.23

1.0.23.beta.3

14 Jan 05:58
65bd19c

Choose a tag to compare

1.0.23.beta.3 Pre-release
Pre-release

What's Changed

  • feat: Persist and restore target temperature for Eight Sleep climate entity, and display the last known target when off. by @tanvach in #107

New Contributors

Full Changelog: 1.0.23.beta.2...1.0.23.beta.3

1.0.23.beta.2

30 Dec 06:42
738e003

Choose a tag to compare

1.0.23.beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.23.beta.1...1.0.23.beta.2

1.0.23.beta.1

14 Dec 01:57
4d2905f

Choose a tag to compare

1.0.23.beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.22...1.0.23.beta.1

1.0.22

05 Sep 04:57
ae70f80

Choose a tag to compare

Including various fixes from the 1.0.22 beta releases.
Also includes the change from @netlob to set an alarm:
image

What's Changed

Full Changelog: 1.0.21...1.0.22

1.0.22.beta.5

02 Sep 00:35
ed7c676

Choose a tag to compare

1.0.22.beta.5 Pre-release
Pre-release

Fixing some initial load errors and some null pointer errors when setting climate temperature. Also bumping up minimum HA version since I noticed some issues with using the outdate HA climate entity code. #96

1.0.22.beta.4

28 Aug 05:29
7330972

Choose a tag to compare

1.0.22.beta.4 Pre-release
Pre-release

1.0.22.beta.3

19 Aug 05:36
117383c

Choose a tag to compare

1.0.22.beta.3 Pre-release
Pre-release

Fix for AttributeError: module 'homeassistant.helpers.device_registry' has no attribute 'async_get_registry'` #93

Also fixing a Failed to perform the action climate/set_hvac_mode. unsupported operand type(s) for +: 'float' and 'NoneType' error I was seeing.