mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Update ecovacs.markdown (#28606)
This commit is contained in:
parent
91605f80dd
commit
fadf9747b4
@ -79,11 +79,7 @@ logger:
|
||||
|
||||
The `ecovacs` vacuum platform allows you to monitor and control your Ecovacs Deebot vacuums.
|
||||
|
||||
### Vacuum services
|
||||
|
||||
The `ecovacs` vacuum platform does not support eithor of the services `vacuum.pause` or `vacuum.start`, it supports the following services instead.
|
||||
|
||||
#### Service `vacuum.turn_on`
|
||||
### Service `vacuum.start`
|
||||
|
||||
Start a new cleaning task.
|
||||
|
||||
@ -91,7 +87,7 @@ Start a new cleaning task.
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
|
||||
|
||||
#### Service `vacuum.turn_off`
|
||||
### Service `vacuum.stop`
|
||||
|
||||
Stop the current cleaning task and return to the dock.
|
||||
|
||||
@ -99,9 +95,42 @@ Stop the current cleaning task and return to the dock.
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
|
||||
|
||||
#### Service `vacuum.start_pause`
|
||||
### Service `vacuum.pause`
|
||||
|
||||
Start, pause or resume a cleaning task.
|
||||
Pause a cleaning task.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
|
||||
|
||||
### Service `vacuum.clean_spot`
|
||||
|
||||
Begin a spot cleaning operation.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
|
||||
|
||||
### Service `vacuum.locate`
|
||||
|
||||
Locate the vacuum.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
|
||||
|
||||
### Service `vacuum.set_fan_speed`
|
||||
|
||||
Pause a cleaning task.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id: all` to target all. |
|
||||
| `fan_speed` | no | Fan speed. Values are `normal` or `high`. |
|
||||
|
||||
### Service `vacuum.return_to_base`
|
||||
|
||||
Return to charging base/dock immediately.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
|
Loading…
x
Reference in New Issue
Block a user