mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 15:26:49 +00:00
add doc for new service clean_spot
for the vacuum component (#3146)
Also, fix the `locate` service description and the `ha_release`.
This commit is contained in:
parent
b8a6688787
commit
3b49eb8cfe
@ -24,7 +24,7 @@ vacuum:
|
||||
|
||||
### {% linkable_title Component services %}
|
||||
|
||||
Available services: `turn_on`, `turn_off`, `start_pause`, `stop`, `return_to_home`, `locate`, `set_fanspeed` and `send_command`.
|
||||
Available services: `turn_on`, `turn_off`, `start_pause`, `stop`, `return_to_home`, `locate`, `clean_spot`, `set_fanspeed` and `send_command`.
|
||||
|
||||
Before calling one of these services, make sure your botvac platform supports it.
|
||||
|
||||
@ -70,7 +70,15 @@ Tell the botvac to return home.
|
||||
|
||||
#### {% linkable_title Service `vacuum/locate` %}
|
||||
|
||||
Start a new cleaning task.
|
||||
Locate the vacuum cleaner robot.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
||||
|
||||
#### {% linkable_title Service `vacuum/clean_spot` %}
|
||||
|
||||
Tell the vacuum cleaner to do a spot clean-up.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
|
@ -9,12 +9,12 @@ sharing: true
|
||||
footer: true
|
||||
logo: xiaomi.png
|
||||
ha_category: Hub
|
||||
ha_release: 0.50
|
||||
ha_release: 0.51
|
||||
---
|
||||
|
||||
The `xiaomi` vacuum platform allows you to control the state of your [Xiaomi Mi Robot Vacuum](http://www.mi.com/roomrobot/).
|
||||
|
||||
Current supported features are `turn_on`, `pause`, `stop`, `return_to_home`, `turn_off` (stops goes to dock), `locate`, `set_fanspeed` and even remote control your robot.
|
||||
Current supported features are `turn_on`, `pause`, `stop`, `return_to_home`, `turn_off` (stops goes to dock), `locate`, `clean_spot`, `set_fanspeed` and even remote control your robot.
|
||||
|
||||
## {% linkable_title Getting started %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user