Skip to content

iluvdata/liebherr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

253 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Liebherr Integration for Home Assistant

hacs_badge GitHub Release Dynamic JSON Badge

This is an unofficial custom integration for Home Assistant that allows you to connect and control Liebherr smart devices via the Liebherr SmartHomeAPI using the simple pyliebherr library.

Important

There is a Liebherr core integration in Home Assistant as of 2026.3 authored by @mettolon. If you want a very stable and fully tested integration I suggest using the core integration!

Features

  • Uses Server-Sent Events to receive updates (Cloud Push)
  • Monitor current and target temperatures of your Liebherr refrigerators and freezers.
  • Control device features such as BioFreshPlus, Hydrobreeze, AutoDoor, Presentation Lights, and Ice Makers.

Installation

HACS (Recommended)

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

or search for the Liebherr integration in HACS

Manual Installation

  1. Download the latest release from the GitHub Releases page.
  2. Extract the downloaded archive.
  3. Copy the custom_components/liebherr folder to your Home Assistant custom_components directory.
    • Example: /config/custom_components/liebherr
  4. Restart Home Assistant.

Configuration

Open your Home Assistant instance and start setting up a new integration.

Or

  1. In Home Assistant, navigate to Settings > Devices & Services.
  2. Click Add Integration.
  3. Search for "Liebherr" and select it.

Then

  1. Enter your Liebherr HomeAPI API key. (see Smart Device Home API to get a key)
  2. Complete the setup process.
  3. (Optional): Configure the polling interval and the entity type for Presentation Light (see below).

Usage

Once the integration is configured, your Liebherr devices will appear as entities in Home Assistant. You can:

  • Monitor temperatures and other metrics.
  • Control switches and settings via the Home Assistant UI or automatons.

Controls and features will map to the following domains:

Liebherr Feature Homeassistant Domain
Auto Door Cover
Ice Maker, BioFreshPlus Select
Presentation Light Light or Number1
SuperCool, SuperFreeze, PartyMode, NightMode Switch
HydroBreeze Fan
Temperature2 Climate
image_url (Device) Image
Bottle Timer Not available
Energy Monitors Not available
Holiday Mode Not available
Door Alarm Not available
  1. In version ≥ 2025.12.5 the domain/type of control/entity created can be selected in the integration options.
  2. Some Liebherr models only allow temperature to be set to certain values (i.e. 1, 3, 5, or 7 ℃). The Liebherr API now sends an json attributes setTemperatureSteps and setTemperatureStepsEnabled but the format of setTemperatureSteps is not documented by Liebherr. Awaiting a response in iluvdata/liebherr#42 to improve integration functionality.

Note

All features available in the Liebherr SmartDevice API have been implemented as of 29 Jun 2026. Just because the feature exists in the Liebherr SmartDevice App does not mean it's available in the API. Feature requests to implement app features not available in the API will be ignored.

Discover New Appliances

Currently appliances added to your Liebherr account will not be automatically discovered. Once an appliance is connected to your Liebherr account (and accessible in the SmartHome app) manually reload the integration from the integration screen:

Open your Home Assistant instance and show an integration.

and click on "Reload" on the configuration menu:

Menu Image

Troubleshooting

  • Ensure your Liebherr api key is correct.
  • Check the Home Assistant logs for any errors related to the integration.
  • Enable debug on the integration.
  • Download and inspect the integration diagnostics.

Warning

This was tested on a Liebherr Device lacking:

AutoDoor (reported to be working)
Presentation Light (reported to be working both as number and light entity)
BioFreshPlus (reported to be working)
HydroBreeze (reported to be working)

If you encounter an issue with these features please submit an issue.

Acknowledgements

This is a complete rewrite of the custom integration originally maintained by @bhuebschen from a fork created by @skatsavos. The original integration stopped working in Oct 2025 and the original maintainer did not appear to be maintaining the project.

Support

If you encounter any issues or have feature requests, please open an issue on the GitHub Issues page.

Contributions

Contributions are welcome! Feel free to submit pull requests to improve this integration.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Liebherr integration for Home Assistant

Topics

Resources

License

Stars

24 stars

Watchers

1 watching

Forks

Contributors

Languages

  • Python 100.0%