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

Open
wants to merge 4 commits into
base: next
Choose a base branch
from
Open
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
23 changes: 23 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
- Hub
- Sensor
ha_iot_class: Cloud Push
Expand All @@ -11,6 +13,8 @@ ha_codeowners:
- '@astrandb'
ha_config_flow: true
ha_platforms:
- button
- climate
- diagnostics
- sensor
ha_integration_type: integration
Expand Down Expand Up @@ -79,6 +83,25 @@ 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 will 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.
{% enddetails %}

### Sensor

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