Skip to content

Releases: iluvdata/liebherr

2026.2.3

08 Feb 02:56

Choose a tag to compare

Changes

Fixes

  • #31 due to bug identified by @or70 in pyliebherr==2026.1.3 bumping version to 2026.1.4

Full Changelog: 2026.2.2...2026.2.3

2026.2.3-beta-1

06 Feb 19:56

Choose a tag to compare

2026.2.3-beta-1 Pre-release
Pre-release

What's Changed

  • Update de.json by @or70 in #26
  • Coordinators are now device specific meaning each device will poll at the configured interval.

Fixes

#25

Full Changelog: 2026.2.2-dev...2026.2.3-beta-1

2026.2.2

06 Feb 20:02
d1626d4

Choose a tag to compare

What's Changed

Fixes

  • Issue #24: Devices with autodoor would update once then show all entities as unavailable.

Annoucement

Full Changelog: 2026.1.6...2026.2.2

2026.2.2-dev

05 Feb 16:57

Choose a tag to compare

2026.2.2-dev Pre-release
Pre-release

Bug Fix

Fix missing image in #24

Full Changelog: 2026.1.6...2026.2.2-dev

Updated Italian (it.json) translations 🇮🇹🇮🇹🇮🇹

20 Jan 23:19
0123cff

Choose a tag to compare

What's Changed

Full Changelog: 2026.1.5...2026.1.6

Climate entity fix, additional diagnostics

13 Jan 15:57

Choose a tag to compare

New Features

  • Added new diagnostic download to the device which will allow us to better understand how entities/devices are being created on specific models and the current state (note that the API Key and Liebherr Device ID will always be redacted).
  • Changed how entity attributes/states are updated so entities are immediately available after restart/reload (don't have to wait for the next cloud poll).

Fixes

  • #21: issue with the new control updates in controls with the same name i.e. temperature but different zones not mapping to entities correctly.

Changes

  • Removed a duplicate debug log entry from pyliebherr (in 2026.1.3 of that library).

Full Changelog: 2026.1.4...2026.1.5

Presentation Light Fix

10 Jan 16:41

Choose a tag to compare

Changes

  • See release notes for 2026.1.3 pre-release now included in this release as it contained some significant changes.

Bug fixes

  • Issue with presentation light not toggling (but working with slider) in #1 - Thanks @25hdwkfs9g-crypto!

Full Changelog: 2026.1.2...2026.1.4

Performance Optimizations, API Key Error Checking

07 Jan 22:27

Choose a tag to compare

Changes

  • Now using pyliebherr=2026.1.1:
    • Rather than return a list of controls this provides a mapping of controls so that the integration doesn't have to loop through all the controls until it finds the corresponding control for the entity. This probably will same some CPU cycles with each update.
  • Better error checking to make sure the provided API Key doesn't contain any leading or trailing whitespace (due to a copy/paste error).

Breaking Changes

  • None, hopefully 🤞🏻!

Fixes

  • auth_error didn't have an associated translation- this has been added as a result of #19.
  • The integration was doing multiple repeat polls on startup. This has been fixed- only a single coordinated poll occurs (and hopefully will minimize HTTP 429 - Too Many Requests errors.
  • The aiohttp session was not being closed appropriately during configuration. This was fixed.

Full Changelog: 2026.1.2...2026.1.3

Updated es, fr, it translations

05 Jan 21:08

Choose a tag to compare

Changes

Updated es.json, fr.json, and it.json

Fixes

Issues with the French Translation (fixes #15 )

Full Changelog: 2026.1.1...2026.1.2

Updated de translation

03 Jan 17:44
e31b126

Choose a tag to compare

What's Changed

Full Changelog: 2025.12.5...2026.1.1