From 2a270a739ee1c1e096704a00f04b67635b55b6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Sun, 27 Apr 2025 09:03:26 +0200 Subject: [PATCH] Add button platform to miele integration (#38694) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/miele.markdown | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/source/_integrations/miele.markdown b/source/_integrations/miele.markdown index dd8f9217b7b..16a1aa8110e 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -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 @@ -13,6 +15,8 @@ ha_codeowners: - '@astrandb' ha_config_flow: true ha_platforms: + - button + - climate - binary_sensor - diagnostics - 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. {% 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" %}