@@ -79,29 +79,58 @@ logger:
79
79
80
80
The `ecovacs` vacuum platform allows you to monitor and control your Ecovacs Deebot vacuums.
81
81
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`
87
83
88
84
Start a new cleaning task.
89
85
90
86
| Service data attribute | Optional | Description |
91
87
|---------------------------|----------|-------------------------------------------------------|
92
88
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id : all` to target all. |
93
89
94
- # ### Service `vacuum.turn_off `
90
+ # ## Service `vacuum.stop `
95
91
96
92
Stop the current cleaning task and return to the dock.
97
93
98
94
| Service data attribute | Optional | Description |
99
95
|---------------------------|----------|-------------------------------------------------------|
100
96
| `entity_id` | yes | Only act on specific vacuum. Use `entity_id : all` to target all. |
101
97
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`
103
132
104
- Start, pause or resume a cleaning task .
133
+ Return to charging base/dock immediately .
105
134
106
135
| Service data attribute | Optional | Description |
107
136
|---------------------------|----------|-------------------------------------------------------|
0 commit comments