Releases: lukas-clarke/eight_sleep
1.0.24.beta.2
What's Changed
Full Changelog: 1.0.24.beta.1...1.0.24.beta.2
1.0.24.beta.1
What's Changed
- Add ability to delete device from UI by @ThioJoe in #115
- fix: improve bed_presence reliability when HR trend data goes stale by @DemianVoorhagen6 in #118
New Contributors
- @ThioJoe made their first contribution in #115
- @DemianVoorhagen6 made their first contribution in #118
Full Changelog: 1.0.23...1.0.24.beta.1
1.0.23
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
- @wmoss made their first contribution in #100
- @jpoehnelt made their first contribution in #104
- @jasoncronje made their first contribution in #106
- @CameronHall made their first contribution in #108
- @tanvach made their first contribution in #107
Full Changelog: 1.0.22...1.0.23
1.0.23.beta.3
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
What's Changed
- Add media player support for Eight Sleep speaker by @jasoncronje in #106
- Handle base sensor lookup when users are away. by @CameronHall in #108
New Contributors
- @jasoncronje made their first contribution in #106
- @CameronHall made their first contribution in #108
Full Changelog: 1.0.23.beta.1...1.0.23.beta.2
1.0.23.beta.1
What's Changed
- Remove routines from NAME_MAP by @wmoss in #100
- fix: handle NoPairedPod error when fetching base data by @jpoehnelt in #104. Fixes #102
New Contributors
- @wmoss made their first contribution in #100
- @jpoehnelt made their first contribution in #104
Full Changelog: 1.0.22...1.0.23.beta.1
1.0.22
Including various fixes from the 1.0.22 beta releases.
Also includes the change from @netlob to set an alarm:

What's Changed
- Merge netlob alarm updates by @google-labs-jules[bot] in #90
- Multi fix issues june 2025 by @lukas-clarke in #86
- Fix config flow error by updating to new device registry API by @lukas-clarke in #92
- Fix device registry deprecation by @lukas-clarke in #93
- don't await
dr.async_getby @andrius-wizard in #95 - Fix turn on none error by @lukas-clarke in #96
- Prepping 1.0.22 release by @lukas-clarke in #97
Full Changelog: 1.0.21...1.0.22
1.0.22.beta.5
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
Thanks to @andrius-wizard for #95 (reference)
1.0.22.beta.3
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.