vacuum: fix service typo (#21582)

This commit is contained in:
Florian Heilmann 2022-02-11 11:20:56 +01:00 committed by GitHub
parent f46a8f3c29
commit 12086ce80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ vacuum:
### Component services ### Component services
Available services: `turn_on`, `turn_off`, `start_pause`, `start`, `pause`, `stop`, `return_to_base`, `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_fan_speed` and `send_command`.
Before calling one of these services, make sure your vacuum platform supports it. Before calling one of these services, make sure your vacuum platform supports it.