mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Update vacuum.markdown with return_to_base service (#9094)
Fix documentation and replace wrong service (return_to_home) with a proper one (return_to_base).
This commit is contained in:
parent
60e7311086
commit
042a0d2688
@ -26,7 +26,7 @@ vacuum:
|
||||
|
||||
### {% linkable_title Component services %}
|
||||
|
||||
Available services: `turn_on`, `turn_off`, `start_pause`, `start`, `pause`, `stop`, `return_to_home`, `locate`, `clean_spot`, `set_fanspeed` and `send_command`.
|
||||
Available services: `turn_on`, `turn_off`, `start_pause`, `start`, `pause`, `stop`, `return_to_base`, `locate`, `clean_spot`, `set_fanspeed` and `send_command`.
|
||||
|
||||
Before calling one of these services, make sure your vacuum platform supports it.
|
||||
|
||||
@ -78,7 +78,7 @@ Stop the current activity of the vacuum.
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |
|
||||
|
||||
#### {% linkable_title Service `vacuum.return_to_home` %}
|
||||
#### {% linkable_title Service `vacuum.return_to_base` %}
|
||||
|
||||
Tell the vacuum to return home.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user