Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions source/_integrations/miele.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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: <Your washing machine's 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.
Expand Down