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

Variables

string CONF_BASE_URL = "base_url"
 
string CONF_ENTRY_CODE = "code"
 
string CONF_USER_DATA = "user_data"
 
dictionary DEFAULT_DRAWABLES
 
string DOMAIN = "roborock"
 
string DRAWABLES = "drawables"
 
string GET_MAPS_SERVICE_NAME = "get_maps"
 
int IMAGE_CACHE_INTERVAL = 90
 
int MAP_SLEEP = 3
 
list PLATFORMS
 

Detailed Description

Constants for Roborock.

Variable Documentation

◆ CONF_BASE_URL

string homeassistant.components.roborock.const.CONF_BASE_URL = "base_url"

Definition at line 9 of file const.py.

◆ CONF_ENTRY_CODE

string homeassistant.components.roborock.const.CONF_ENTRY_CODE = "code"

Definition at line 8 of file const.py.

◆ CONF_USER_DATA

string homeassistant.components.roborock.const.CONF_USER_DATA = "user_data"

Definition at line 10 of file const.py.

◆ DEFAULT_DRAWABLES

dictionary homeassistant.components.roborock.const.DEFAULT_DRAWABLES
Initial value:
1 = {
2  Drawable.CHARGER: True,
3  Drawable.CLEANED_AREA: False,
4  Drawable.GOTO_PATH: False,
5  Drawable.IGNORED_OBSTACLES: False,
6  Drawable.IGNORED_OBSTACLES_WITH_PHOTO: False,
7  Drawable.MOP_PATH: False,
8  Drawable.NO_CARPET_AREAS: False,
9  Drawable.NO_GO_AREAS: False,
10  Drawable.NO_MOPPING_AREAS: False,
11  Drawable.OBSTACLES: False,
12  Drawable.OBSTACLES_WITH_PHOTO: False,
13  Drawable.PATH: True,
14  Drawable.PREDICTED_PATH: False,
15  Drawable.VACUUM_POSITION: True,
16  Drawable.VIRTUAL_WALLS: False,
17  Drawable.ZONES: False,
18 }

Definition at line 15 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ DRAWABLES

string homeassistant.components.roborock.const.DRAWABLES = "drawables"

Definition at line 13 of file const.py.

◆ GET_MAPS_SERVICE_NAME

string homeassistant.components.roborock.const.GET_MAPS_SERVICE_NAME = "get_maps"

Definition at line 51 of file const.py.

◆ IMAGE_CACHE_INTERVAL

int homeassistant.components.roborock.const.IMAGE_CACHE_INTERVAL = 90

Definition at line 47 of file const.py.

◆ MAP_SLEEP

int homeassistant.components.roborock.const.MAP_SLEEP = 3

Definition at line 49 of file const.py.

◆ PLATFORMS

list homeassistant.components.roborock.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.BUTTON,
4  Platform.IMAGE,
5  Platform.NUMBER,
6  Platform.SELECT,
7  Platform.SENSOR,
8  Platform.SWITCH,
9  Platform.TIME,
10  Platform.VACUUM,
11 ]

Definition at line 34 of file const.py.