Skip to content

Add description for miele get_rooms action #40230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions source/_integrations/miele.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,14 @@ Get the list of available programs and associated parameters for applicable appl
| -------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
| `device_id` | no | Select the device in GUI mode, then switch to YAML mode to see the device_id. |

### Action `miele.get_rooms`

Get the list of currently available maps and rooms for robot vacuum cleaners. Same requirements on device state as described for `set_program` action above.

| Data attribute | Optional | Description |
| -------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
| `device_id` | no | Select the device in GUI mode, then switch to YAML mode to see the device_id. Note that only Miele robot vacuum cleaners will be selectable. |

## Automation examples

Get started with these automation examples
Expand Down