From 02a8701d16fcc824b05926f6b5c72c0c05a388fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20S=20-=20Piper?= Date: Mon, 3 Nov 2025 18:34:44 +0000 Subject: [PATCH 1/2] Sabbath switch --- source/_integrations/miele.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/miele.markdown b/source/_integrations/miele.markdown index 2ce036993523..20fbb76842b8 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -166,6 +166,7 @@ Climate entities are used to control target temperatures in refrigerators, freez {% details "List of switch entities" %} - **Power**: The Power switch has slightly different characteristics depending on the appliance model. For some devices, it works more or less as a traditional power switch, while it behaves like a wake-up/sleep toggle on others. The availability of the switch is controlled by the API, depending on the operational state of the appliance. +- **Sabbath**: Certain fridges and freezers support Sabbath mode. The API support for this mode is incomplete and the if the user toggles the switch in the Miele app in can be a delay of a couple of minutes until the state is updated in HA. This entity is disabled by default in the integration. - **Supercooling**: The switch controls Supercooling mode for refrigerators. - **Superfreezing**: The switch controls Superfreezing mode for freezers. {% enddetails %} From 536ecb1b69421b2b84a22492f5737d3d63b87e16 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 4 Nov 2025 06:15:54 +0100 Subject: [PATCH 2/2] tiny tweaks --- source/_integrations/miele.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/miele.markdown b/source/_integrations/miele.markdown index 20fbb76842b8..81f6e352e95f 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -166,7 +166,7 @@ Climate entities are used to control target temperatures in refrigerators, freez {% details "List of switch entities" %} - **Power**: The Power switch has slightly different characteristics depending on the appliance model. For some devices, it works more or less as a traditional power switch, while it behaves like a wake-up/sleep toggle on others. The availability of the switch is controlled by the API, depending on the operational state of the appliance. -- **Sabbath**: Certain fridges and freezers support Sabbath mode. The API support for this mode is incomplete and the if the user toggles the switch in the Miele app in can be a delay of a couple of minutes until the state is updated in HA. This entity is disabled by default in the integration. +- **Sabbath**: Certain fridges and freezers support Sabbath mode. The API support for this mode is incomplete. Please note: If you toggle the switch in the Miele app, there may be a delay of a couple of minutes until the state is updated in HA. The **Sabbath** entity is disabled by default in the integration. - **Supercooling**: The switch controls Supercooling mode for refrigerators. - **Superfreezing**: The switch controls Superfreezing mode for freezers. {% enddetails %}