1
1
---
2
2
layout : page
3
3
title : " Vacuum cleaner robots"
4
- description : " Instructions on how to setup a botvac in Home Assistant."
4
+ description : " Instructions on how to setup and use vacuum's in Home Assistant."
5
5
date : 2017-07-28 15:00
6
6
sidebar : true
7
7
comments : false
@@ -25,71 +25,71 @@ vacuum:
25
25
26
26
Available services: ` turn_on`, `turn_off`, `start_pause`, `stop`, `return_to_home`, `locate`, `clean_spot`, `set_fanspeed` and `send_command`.
27
27
28
- Before calling one of these services, make sure your botvac platform supports it.
28
+ Before calling one of these services, make sure your vacuum platform supports it.
29
29
30
30
# ### {% linkable_title Service `vacuum.turn_on` %}
31
31
32
32
Start a new cleaning task.
33
33
34
34
| Service data attribute | Optional | Description |
35
35
|---------------------------|----------|-------------------------------------------------------|
36
- | `entity_id` | yes | Only act on specific botvac . Else targets all. |
36
+ | `entity_id` | yes | Only act on specific vacuum . Else targets all. |
37
37
38
38
# ### {% linkable_title Service `vacuum.turn_off` %}
39
39
40
40
Stop the current cleaning task and return to the dock.
41
41
42
42
| Service data attribute | Optional | Description |
43
43
|---------------------------|----------|-------------------------------------------------------|
44
- | `entity_id` | yes | Only act on specific botvac . Else targets all. |
44
+ | `entity_id` | yes | Only act on specific vacuum . Else targets all. |
45
45
46
46
# ### {% linkable_title Service `vacuum.start_pause` %}
47
47
48
48
Start, pause or resume a cleaning task.
49
49
50
50
| Service data attribute | Optional | Description |
51
51
|---------------------------|----------|-------------------------------------------------------|
52
- | `entity_id` | yes | Only act on specific botvac . Else targets all. |
52
+ | `entity_id` | yes | Only act on specific vacuum . Else targets all. |
53
53
54
54
# ### {% linkable_title Service `vacuum.stop` %}
55
55
56
- Stop the current activity of the botvac .
56
+ Stop the current activity of the vacuum .
57
57
58
58
| Service data attribute | Optional | Description |
59
59
|---------------------------|----------|-------------------------------------------------------|
60
- | `entity_id` | yes | Only act on specific botvac . Else targets all. |
60
+ | `entity_id` | yes | Only act on specific vacuum . Else targets all. |
61
61
62
62
# ### {% linkable_title Service `vacuum.return_to_home` %}
63
63
64
- Tell the botvac to return home.
64
+ Tell the vacuum to return home.
65
65
66
66
| Service data attribute | Optional | Description |
67
67
|---------------------------|----------|-------------------------------------------------------|
68
- | `entity_id` | yes | Only act on specific botvac . Else targets all. |
68
+ | `entity_id` | yes | Only act on specific vacuum . Else targets all. |
69
69
70
70
# ### {% linkable_title Service `vacuum.locate` %}
71
71
72
72
Locate the vacuum cleaner robot.
73
73
74
74
| Service data attribute | Optional | Description |
75
75
|---------------------------|----------|-------------------------------------------------------|
76
- | `entity_id` | yes | Only act on specific botvac . Else targets all. |
76
+ | `entity_id` | yes | Only act on specific vacuum . Else targets all. |
77
77
78
78
# ### {% linkable_title Service `vacuum.clean_spot` %}
79
79
80
80
Tell the vacuum cleaner to do a spot clean-up.
81
81
82
82
| Service data attribute | Optional | Description |
83
83
|---------------------------|----------|-------------------------------------------------------|
84
- | `entity_id` | yes | Only act on specific botvac . Else targets all. |
84
+ | `entity_id` | yes | Only act on specific vacuum . Else targets all. |
85
85
86
86
# ### {% linkable_title Service `vacuum.set_fanspeed` %}
87
87
88
- Set the fan speed of the botvac . The `fanspeed` can be a label, as `balanced` or `turbo`, or be a number; it depends on the `vacuum` platform.
88
+ Set the fan speed of the vacuum . The `fanspeed` can be a label, as `balanced` or `turbo`, or be a number; it depends on the `vacuum` platform.
89
89
90
90
| Service data attribute | Optional | Description |
91
91
|---------------------------|----------|-------------------------------------------------------|
92
- | `entity_id` | yes | Only act on specific botvac . Else targets all. |
92
+ | `entity_id` | yes | Only act on specific vacuum . Else targets all. |
93
93
| `fanspeed` | no | Platform dependent vacuum cleaner fan speed, with speed steps, like 'medium', or by percentage, between 0 and 100. |
94
94
95
95
# ### {% linkable_title Service `vacuum.send_command` %}
@@ -98,6 +98,6 @@ Send a platform-specific command to the vacuum cleaner.
98
98
99
99
| Service data attribute | Optional | Description |
100
100
|---------------------------|----------|-------------------------------------------------------|
101
- | `entity_id` | yes | Only act on specific botvac . Else targets all. |
101
+ | `entity_id` | yes | Only act on specific vacuum . Else targets all. |
102
102
| `command` | no | Command to execute. |
103
103
| `params` | yes | Parameters for the command. |
0 commit comments