From c1774dffa5fcf41a581ff3c81b607b49ad869ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20S=20-=20Piper?= Date: Thu, 31 Jul 2025 08:57:55 +0000 Subject: [PATCH 1/2] Add description for miele get_rooms action --- source/_integrations/miele.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/miele.markdown b/source/_integrations/miele.markdown index 5bcfa5e47a14..53ed6eebf01e 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -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 From 9765eb8753aeacfb82b1875f6a2c3be30b1fa185 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:52:37 +0200 Subject: [PATCH 2/2] tiny tweak --- 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 53ed6eebf01e..528106289568 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -224,7 +224,7 @@ Get the list of currently available maps and rooms for robot vacuum cleaners. Sa | 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 | +| `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