We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc24255 commit d9a6be5Copy full SHA for d9a6be5
docs/integrations/home-assistant/services.md
@@ -10,7 +10,7 @@ Parameters:
10
11
- `service`: `deebot.refresh`
12
- `target.entity_id`: Entity id of vacuum
13
-- `data.part`: Part, which should be refreshed. Following are supported:
+- `data.category`: Category, which should be refreshed. Following are supported:
14
- Status
15
- Error
16
- Fan speed
@@ -27,7 +27,7 @@ Parameters:
27
```yaml
28
service: deebot.refresh
29
data:
30
- part: Status
+ category: Status
31
target:
32
entity_id: vacuum.YOUR_ROBOT_NAME
33
```
0 commit comments