From a1a5fdc9e8b8e4a207bdc0e8c0f05426a8c247ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Sun, 27 Apr 2025 08:58:48 +0200 Subject: [PATCH] Add binary sensor to miele integration (#38590) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/miele.markdown | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/source/_integrations/miele.markdown b/source/_integrations/miele.markdown index 50aa285bb09..dd8f9217b7b 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -2,6 +2,7 @@ title: Miele description: Instructions on how to set up the Miele integration within Home Assistant. ha_category: + - Binary sensor - Hub - Light - Sensor @@ -12,6 +13,7 @@ ha_codeowners: - '@astrandb' ha_config_flow: true ha_platforms: + - binary_sensor - diagnostics - light - sensor @@ -20,7 +22,7 @@ ha_integration_type: integration The Miele {% term integrations %} allows users to integrate their home appliances using the [official 3rd party API](https://www.miele.com/developer). -Miele is known as a manufacturer of premium appliances for cooking, laundry care, and floorcare. +Miele is known as a manufacturer of premium appliances for cooking, laundry care, and floor care. ## Use cases @@ -76,11 +78,24 @@ The integration configuration may ask for the *Client ID* and *Client Secret* cr {% note %} -- The entities' availability depends on the appliance type and the generation of the product, and the appliance might not support all the entities for its type. +- The entities' availability depends on the appliance type and the generation of the product, and the appliance might not support all the entities for its type. Please refer to the product manual for details on implementation of specific functions. - Products from professional and semi-professional series are generally not supported due to the limitations in the Miele 3rd party API. - 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 %} +### Binary sensor + +{% details "List of binary sensors" %} + +- **Operation state**: + - **Door**: Shows if the door on the appliance is open or closed. + - **Full remote control**: Shows the state of Full remote control feature on appliances that supports it. + - **Mobile start**: Shows the state of Mobile start feature on appliances that supports it. + - **Notification active**: Shows if there is a notification message active on the appliance. The API does not supply any information on the details of the notifications. + - **Problem**: Shows if there is an error message active on the appliance. The API does not supply any information on the details of the error. + - **Smart grid**: Shows the state of Smart grid feature on appliances that supports it. +{% enddetails %} + ### Sensor {% details "List of sensors" %}