Skip to content

Commit 2a270a7

Browse files
astrandbc0ffeeca7
andauthored
Add button platform to miele integration (#38694)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
1 parent a1a5fdc commit 2a270a7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/_integrations/miele.markdown

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Miele
33
description: Instructions on how to set up the Miele integration within Home Assistant.
44
ha_category:
5+
- Button
6+
- Climate
57
- Binary sensor
68
- Hub
79
- Light
@@ -13,6 +15,8 @@ ha_codeowners:
1315
- '@astrandb'
1416
ha_config_flow: true
1517
ha_platforms:
18+
- button
19+
- climate
1620
- binary_sensor
1721
- diagnostics
1822
- light
@@ -83,6 +87,24 @@ The integration configuration may ask for the *Client ID* and *Client Secret* cr
8387
- 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.
8488
{% endnote %}
8589

90+
### Button
91+
92+
{% details "List of button entities" %}
93+
94+
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.
95+
96+
- **Start**: Starts or resumes a program.
97+
- **Pause**: Pauses a program.
98+
- **Stop**: Stops a program.
99+
100+
{% enddetails %}
101+
102+
### Climate
103+
104+
{% details "List of climate entities" %}
105+
106+
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.
107+
86108
### Binary sensor
87109

88110
{% details "List of binary sensors" %}

0 commit comments

Comments
 (0)