Skip to content

Commit fadf974

Browse files
authored
Update ecovacs.markdown (home-assistant#28606)
1 parent 91605f8 commit fadf974

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

source/_integrations/ecovacs.markdown

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,29 +79,58 @@ logger:
7979

8080
The `ecovacs` vacuum platform allows you to monitor and control your Ecovacs Deebot vacuums.
8181

82-
### Vacuum services
83-
84-
The `ecovacs` vacuum platform does not support eithor of the services `vacuum.pause` or `vacuum.start`, it supports the following services instead.
85-
86-
#### Service `vacuum.turn_on`
82+
### Service `vacuum.start`
8783

8884
Start a new cleaning task.
8985

9086
| Service data attribute | Optional | Description |
9187
|---------------------------|----------|-------------------------------------------------------|
9288
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
9389

94-
#### Service `vacuum.turn_off`
90+
### Service `vacuum.stop`
9591

9692
Stop the current cleaning task and return to the dock.
9793

9894
| Service data attribute | Optional | Description |
9995
|---------------------------|----------|-------------------------------------------------------|
10096
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
10197

102-
#### Service `vacuum.start_pause`
98+
### Service `vacuum.pause`
99+
100+
Pause a cleaning task.
101+
102+
| Service data attribute | Optional | Description |
103+
|---------------------------|----------|-------------------------------------------------------|
104+
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
105+
106+
### Service `vacuum.clean_spot`
107+
108+
Begin a spot cleaning operation.
109+
110+
| Service data attribute | Optional | Description |
111+
|---------------------------|----------|-------------------------------------------------------|
112+
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
113+
114+
### Service `vacuum.locate`
115+
116+
Locate the vacuum.
117+
118+
| Service data attribute | Optional | Description |
119+
|---------------------------|----------|-------------------------------------------------------|
120+
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
121+
122+
### Service `vacuum.set_fan_speed`
123+
124+
Pause a cleaning task.
125+
126+
| Service data attribute | Optional | Description |
127+
|---------------------------|----------|-------------------------------------------------------|
128+
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
129+
| `fan_speed` | no | Fan speed. Values are `normal` or `high`. |
130+
131+
### Service `vacuum.return_to_base`
103132

104-
Start, pause or resume a cleaning task.
133+
Return to charging base/dock immediately.
105134

106135
| Service data attribute | Optional | Description |
107136
|---------------------------|----------|-------------------------------------------------------|

0 commit comments

Comments
 (0)