Skip to content

Add button platform to miele integration #38694

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 6 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
22 changes: 22 additions & 0 deletions source/_integrations/miele.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Miele
description: Instructions on how to set up the Miele integration within Home Assistant.
ha_category:
- Button
- Climate
- Binary sensor
- Hub
- Light
Expand All @@ -13,6 +15,8 @@ ha_codeowners:
- '@astrandb'
ha_config_flow: true
ha_platforms:
- button
- climate
- binary_sensor
- diagnostics
- light
Expand Down Expand Up @@ -83,6 +87,24 @@ 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 %}

### Button

{% details "List of button entities" %}

Button entities are used to control program progress in washing machines, dryers, dishwashers, robot vacuum cleaners, and others. The exact response to pressing a button can vary slightly between product models, but the result is usually intuitive. The API enables and disables the buttons according to the actual state of the appliance. Most appliances require you to manually activate mobile start or remote control mode.

- **Start**: Starts or resumes a program.
- **Pause**: Pauses a program.
- **Stop**: Stops a program.

{% enddetails %}

### Climate

{% details "List of climate entities" %}

Climate entities are used to control target temperatures in refrigerators, freezers, and wine cabinets. One, two, or three zones can be controlled depending on the capabilities of the appliance.

### Binary sensor

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