Home Assistant Unofficial Reference 2024.12.1
vacuum.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ecovacs.vacuum.EcovacsLegacyVacuum
 
class  homeassistant.components.ecovacs.vacuum.EcovacsVacuum
 

Namespaces

 homeassistant.components.ecovacs.vacuum
 

Functions

None homeassistant.components.ecovacs.vacuum.async_setup_entry (HomeAssistant hass, EcovacsConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.ecovacs.vacuum._ATTR_ROOMS = "rooms"
 
 homeassistant.components.ecovacs.vacuum._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.ecovacs.vacuum._STATE_TO_VACUUM_STATE
 
string homeassistant.components.ecovacs.vacuum.ATTR_COMPONENT_PREFIX = "component_"
 
string homeassistant.components.ecovacs.vacuum.ATTR_ERROR = "error"
 
string homeassistant.components.ecovacs.vacuum.SERVICE_RAW_GET_POSITIONS = "raw_get_positions"