From 89066f5fe354ee8ada90e980b13996d713d0b1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Thu, 17 Apr 2025 13:03:07 +0000 Subject: [PATCH 1/2] Add info on miele duration sensors --- source/_integrations/miele.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/miele.markdown b/source/_integrations/miele.markdown index 907f0b9b89a2..258a239614e0 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -86,6 +86,9 @@ The integration configuration may ask for the *Client ID* and *Client Secret* cr - **Operation state**: - **Status**: Represents the current operation state of the device. The default entity name is just the appliance type. For example, "Dishwasher". - **Temperature**: Represents the current temperature in refrigerators, freezers, and ovens. Entities are created for up to 3 zones depending on the device capabilities. + - **Elapsed time**: Shows the duration measured in minutes that current program has been running. + - **Remaining time**: The device calculates an estimate of how many minutes that are remaining in current program cycle. The number can go up and down during a program due to amount of dirt, time needed to heat incoming water, etc. + - **Start in**: Shows number of minutes remaining to program start if the user has set a delayed start. {% enddetails %} ## Automation examples From 6a16b6621c1ebb73441ebb7e3ff9ab3e5b556910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Fri, 18 Apr 2025 05:48:23 +0000 Subject: [PATCH 2/2] Rephrase --- source/_integrations/miele.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/miele.markdown b/source/_integrations/miele.markdown index 258a239614e0..bc55dcf335a3 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -86,9 +86,9 @@ The integration configuration may ask for the *Client ID* and *Client Secret* cr - **Operation state**: - **Status**: Represents the current operation state of the device. The default entity name is just the appliance type. For example, "Dishwasher". - **Temperature**: Represents the current temperature in refrigerators, freezers, and ovens. Entities are created for up to 3 zones depending on the device capabilities. - - **Elapsed time**: Shows the duration measured in minutes that current program has been running. - - **Remaining time**: The device calculates an estimate of how many minutes that are remaining in current program cycle. The number can go up and down during a program due to amount of dirt, time needed to heat incoming water, etc. - - **Start in**: Shows number of minutes remaining to program start if the user has set a delayed start. + - **Elapsed time**: Shows the number of minutes that the current program has been running. + - **Remaining time**: Shows the estimated number of minutes remaining in the current program cycle. This value can fluctuate during a program cycle based on load dirtiness or water‑heating time. + - **Start in**: Shows the number of minutes until a delayed program start, if configured. {% enddetails %} ## Automation examples