From 402b709f48d686dae650240e42be62d9ec2ddd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20S=20-=20Piper?= Date: Thu, 31 Jul 2025 09:24:50 +0000 Subject: [PATCH] Add miele automation example --- source/_integrations/miele.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/source/_integrations/miele.markdown b/source/_integrations/miele.markdown index 5bcfa5e47a14..e34a0916f4b6 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -244,6 +244,30 @@ actions: {% endraw %} {% enddetails %} +### Set program and start washing machine + +Load your washing machine and manually activate mobile start or remote control mode on the machine. + +{% details "Example YAML configuration" %} + +{% raw %} + +```yaml +alias: "Wash cottons early in the morning" +description: "Set cottons program and start washing machine early in the morning" +triggers: + - trigger: time + at: "04:00:00" +actions: + - action: miele.set_program + data: + device_id: + program_id: 1 +``` + +{% endraw %} +{% enddetails %} + ## Data updates This integration uses server-sent events from the Miele API to receive live updates from the appliances.