Skip to content

Add binary sensor to miele integration #38590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions source/_integrations/miele.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Miele
description: Instructions on how to set up the Miele integration within Home Assistant.
ha_category:
- Binary sensor
- Hub
- Light
- Sensor
Expand All @@ -12,6 +13,7 @@ ha_codeowners:
- '@astrandb'
ha_config_flow: true
ha_platforms:
- binary_sensor
- diagnostics
- light
- sensor
Expand All @@ -20,7 +22,7 @@ ha_integration_type: integration

The Miele {% term integrations %} allows users to integrate their home appliances using the [official 3rd party API](https://www.miele.com/developer).

Miele is known as a manufacturer of premium appliances for cooking, laundry care, and floorcare.
Miele is known as a manufacturer of premium appliances for cooking, laundry care, and floor care.

## Use cases

Expand Down Expand Up @@ -76,11 +78,24 @@ The integration configuration may ask for the *Client ID* and *Client Secret* cr

{% note %}

- The entities' availability depends on the appliance type and the generation of the product, and the appliance might not support all the entities for its type.
- The entities' availability depends on the appliance type and the generation of the product, and the appliance might not support all the entities for its type. Please refer to the product manual for details on implementation of specific functions.
- Products from professional and semi-professional series are generally not supported due to the limitations in the Miele 3rd party API.
- Some appliances don't report data while they are turned off, so corresponding entities will not appear in the Miele integration after loading until the appliances are turned on.
{% endnote %}

### Binary sensor

{% details "List of binary sensors" %}

- **Operation state**:
- **Door**: Shows if the door on the appliance is open or closed.
- **Full remote control**: Shows the state of Full remote control feature on appliances that supports it.
- **Mobile start**: Shows the state of Mobile start feature on appliances that supports it.
- **Notification active**: Shows if there is a notification message active on the appliance. The API does not supply any information on the details of the notifications.
- **Problem**: Shows if there is an error message active on the appliance. The API does not supply any information on the details of the error.
- **Smart grid**: Shows the state of Smart grid feature on appliances that supports it.
{% enddetails %}

### Sensor

{% details "List of sensors" %}
Expand Down