Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.vacuum.const Namespace Reference

Variables

string DOMAIN = "vacuum"
 
string STATE_CLEANING = "cleaning"
 
string STATE_DOCKED = "docked"
 
string STATE_ERROR = "error"
 
string STATE_RETURNING = "returning"
 
list STATES = [STATE_CLEANING, STATE_DOCKED, STATE_RETURNING, STATE_ERROR]
 

Detailed Description

Support for vacuum cleaner robots (botvacs).

Variable Documentation

◆ DOMAIN

string homeassistant.components.vacuum.const.DOMAIN = "vacuum"

Definition at line 3 of file const.py.

◆ STATE_CLEANING

string homeassistant.components.vacuum.const.STATE_CLEANING = "cleaning"

Definition at line 5 of file const.py.

◆ STATE_DOCKED

string homeassistant.components.vacuum.const.STATE_DOCKED = "docked"

Definition at line 6 of file const.py.

◆ STATE_ERROR

string homeassistant.components.vacuum.const.STATE_ERROR = "error"

Definition at line 8 of file const.py.

◆ STATE_RETURNING

string homeassistant.components.vacuum.const.STATE_RETURNING = "returning"

Definition at line 7 of file const.py.

◆ STATES

list homeassistant.components.vacuum.const.STATES = [STATE_CLEANING, STATE_DOCKED, STATE_RETURNING, STATE_ERROR]

Definition at line 10 of file const.py.