From 7d096b5dfe46eb70eaf95d804e18903a162fe56e Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:51:37 +0200 Subject: [PATCH] Vacuum: add state (#34799) * Vacuum: add state * Add term ref --- source/_integrations/vacuum.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/vacuum.markdown b/source/_integrations/vacuum.markdown index 9bf1d849c1f..bd06964d3db 100644 --- a/source/_integrations/vacuum.markdown +++ b/source/_integrations/vacuum.markdown @@ -15,6 +15,17 @@ The **Vacuum** {% term integration %} enables the ability to control home cleani {% include integrations/building_block_integration.md %} +## The state of a vacuum entity + +A vacuum {% term entity %} can have the following states: + +- **Cleaning**: The vacuum is currently cleaning. +- **Docked**: The vacuum is currently docked. It is assumed that docked can also mean charging. +- **Error**: The vacuum encountered an error while cleaning. +- **Idle**: The vacuum is not paused, not docked, and does not have any errors. +- **Paused**: The vacuum was cleaning but was paused without returning to the dock. +- **Returning**: The vacuum is done cleaning and is currently returning to the dock, but not yet docked. + ## Actions Available actions: `start`, `pause`, `stop`, `return_to_base`, `locate`, `clean_spot`, `set_fan_speed` and `send_command`.