mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add button platform to miele integration (#38694)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
a1a5fdc9e8
commit
2a270a739e
@ -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" %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user