Skip to content

Add fan to miele integration #38769

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 2 commits into from
Apr 29, 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
40 changes: 25 additions & 15 deletions source/_integrations/miele.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
title: Miele
description: Instructions on how to set up the Miele integration within Home Assistant.
ha_category:
- Binary sensor
- Button
- Climate
- Binary sensor
- Hub
- Fan
- Light
- Sensor
- Switch
Expand All @@ -16,10 +17,11 @@ ha_codeowners:
- '@astrandb'
ha_config_flow: true
ha_platforms:
- binary_sensor
- button
- climate
- binary_sensor
- diagnostics
- fan
- light
- sensor
- switch
Expand All @@ -35,6 +37,7 @@ Miele is known as a manufacturer of premium appliances for cooking, laundry care

- Monitor the multiple sensors of the appliance and trigger automations based on these sensors.
- Monitor the program status of the appliances.
- Control settings on the appliances.

{% note %}
Note that the feature availability depends on the appliance model.
Expand Down Expand Up @@ -90,6 +93,19 @@ The integration configuration may ask for the *Client ID* and *Client Secret* cr
- 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 %}

### Button

{% details "List of button entities" %}
Expand All @@ -110,26 +126,20 @@ Climate entities are used to control target temperatures in refrigerators, freez

{% enddetails %}

### Light
### Fan

{% details "List of light entities" %}
{% details "List of fan entities" %}

- **Light**: The light can be turned on and off in many models of ovens, cooker hoods, and wine cabinets.
- **Ambient light**: Some models of cooker hoods have ambient light that can be turned on and off.
- **Fan**: The speed of extraction fans can be monitored and controlled in many models of cooker hoods and combined induction hobs with integrated extraction fans.

{% enddetails %}

### Binary sensor
### Light

{% details "List of binary sensors" %}
{% details "List of light entities" %}

- **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.
- **Light**: The light can be turned on and off in many models of ovens, cooker hoods, and wine cabinets.
- **Ambient light**: Some models of cooker hoods have ambient light that can be turned on and off.
{% enddetails %}

### Sensor
Expand Down