Classes | |
| class | IRobotEntity |
| class | IRobotVacuum |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_CLEANED_AREA = "cleaned_area" |
| string | ATTR_CLEANING_TIME = "cleaning_time" |
| string | ATTR_ERROR = "error" |
| string | ATTR_ERROR_CODE = "error_code" |
| string | ATTR_POSITION = "position" |
| string | ATTR_SOFTWARE_VERSION = "software_version" |
| dictionary | STATE_MAP |
| tuple | SUPPORT_IROBOT |
Base class for iRobot devices.
|
private |
| string homeassistant.components.roomba.entity.ATTR_CLEANED_AREA = "cleaned_area" |
| string homeassistant.components.roomba.entity.ATTR_CLEANING_TIME = "cleaning_time" |
| string homeassistant.components.roomba.entity.ATTR_ERROR = "error" |
| string homeassistant.components.roomba.entity.ATTR_ERROR_CODE = "error_code" |
| string homeassistant.components.roomba.entity.ATTR_POSITION = "position" |
| string homeassistant.components.roomba.entity.ATTR_SOFTWARE_VERSION = "software_version" |
| dictionary homeassistant.components.roomba.entity.STATE_MAP |
| tuple homeassistant.components.roomba.entity.SUPPORT_IROBOT |