Skip to content

Commit d9a6be5

Browse files
authored
rename part to category (#251)
1 parent dc24255 commit d9a6be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/home-assistant/services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Parameters:
1010

1111
- `service`: `deebot.refresh`
1212
- `target.entity_id`: Entity id of vacuum
13-
- `data.part`: Part, which should be refreshed. Following are supported:
13+
- `data.category`: Category, which should be refreshed. Following are supported:
1414
- Status
1515
- Error
1616
- Fan speed
@@ -27,7 +27,7 @@ Parameters:
2727
```yaml
2828
service: deebot.refresh
2929
data:
30-
part: Status
30+
category: Status
3131
target:
3232
entity_id: vacuum.YOUR_ROBOT_NAME
3333
```

0 commit comments

Comments
 (0)