Add button platform to miele integration (#38694)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Åke Strandberg 2025-04-27 09:03:26 +02:00 committed by GitHub
parent a1a5fdc9e8
commit 2a270a739e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,8 @@
title: Miele title: Miele
description: Instructions on how to set up the Miele integration within Home Assistant. description: Instructions on how to set up the Miele integration within Home Assistant.
ha_category: ha_category:
- Button
- Climate
- Binary sensor - Binary sensor
- Hub - Hub
- Light - Light
@ -13,6 +15,8 @@ ha_codeowners:
- '@astrandb' - '@astrandb'
ha_config_flow: true ha_config_flow: true
ha_platforms: ha_platforms:
- button
- climate
- binary_sensor - binary_sensor
- diagnostics - diagnostics
- light - light
@ -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. - 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 %} {% 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 ### Binary sensor
{% details "List of binary sensors" %} {% details "List of binary sensors" %}