mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update vacuum docs to be more generic
Docs kept mentioned `botvac` instead of `vacuum` so they are updated to be more generic. They still tell the user that the services depend on their platform.
This commit is contained in:
parent
087dc716f0
commit
1a28a242d1
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Vacuum cleaner robots"
|
title: "Vacuum cleaner robots"
|
||||||
description: "Instructions on how to setup a botvac in Home Assistant."
|
description: "Instructions on how to setup and use vacuum's in Home Assistant."
|
||||||
date: 2017-07-28 15:00
|
date: 2017-07-28 15:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -25,7 +25,7 @@ vacuum:
|
|||||||
|
|
||||||
Available services: `turn_on`, `turn_off`, `start_pause`, `stop`, `return_to_home`, `locate`, `clean_spot`, `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.
|
Before calling one of these services, make sure your vacuum platform supports it.
|
||||||
|
|
||||||
#### {% linkable_title Service `vacuum.turn_on` %}
|
#### {% linkable_title Service `vacuum.turn_on` %}
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ Start a new cleaning task.
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||||
|
|
||||||
#### {% linkable_title Service `vacuum.turn_off` %}
|
#### {% linkable_title Service `vacuum.turn_off` %}
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ Stop the current cleaning task and return to the dock.
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||||
|
|
||||||
#### {% linkable_title Service `vacuum.start_pause` %}
|
#### {% linkable_title Service `vacuum.start_pause` %}
|
||||||
|
|
||||||
@ -49,23 +49,23 @@ Start, pause or resume a cleaning task.
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||||
|
|
||||||
#### {% linkable_title Service `vacuum.stop` %}
|
#### {% linkable_title Service `vacuum.stop` %}
|
||||||
|
|
||||||
Stop the current activity of the botvac.
|
Stop the current activity of the vacuum.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||||
|
|
||||||
#### {% linkable_title Service `vacuum.return_to_home` %}
|
#### {% linkable_title Service `vacuum.return_to_home` %}
|
||||||
|
|
||||||
Tell the botvac to return home.
|
Tell the vacuum to return home.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||||
|
|
||||||
#### {% linkable_title Service `vacuum.locate` %}
|
#### {% linkable_title Service `vacuum.locate` %}
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ Locate the vacuum cleaner robot.
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||||
|
|
||||||
#### {% linkable_title Service `vacuum.clean_spot` %}
|
#### {% linkable_title Service `vacuum.clean_spot` %}
|
||||||
|
|
||||||
@ -81,15 +81,15 @@ Tell the vacuum cleaner to do a spot clean-up.
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||||
|
|
||||||
#### {% linkable_title Service `vacuum.set_fanspeed` %}
|
#### {% linkable_title Service `vacuum.set_fanspeed` %}
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||||
| `fanspeed` | no | Platform dependent vacuum cleaner fan speed, with speed steps, like 'medium', or by percentage, between 0 and 100. |
|
| `fanspeed` | no | Platform dependent vacuum cleaner fan speed, with speed steps, like 'medium', or by percentage, between 0 and 100. |
|
||||||
|
|
||||||
#### {% linkable_title Service `vacuum.send_command` %}
|
#### {% linkable_title Service `vacuum.send_command` %}
|
||||||
@ -98,6 +98,6 @@ Send a platform-specific command to the vacuum cleaner.
|
|||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `entity_id` | yes | Only act on specific botvac. Else targets all. |
|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||||
| `command` | no | Command to execute. |
|
| `command` | no | Command to execute. |
|
||||||
| `params` | yes | Parameters for the command. |
|
| `params` | yes | Parameters for the command. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user