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

Variables

string CONF_BLID = "blid"
 
string CONF_CERT = "certificate"
 
string CONF_CONTINUOUS = "continuous"
 
string DEFAULT_CERT = "/etc/ssl/certs/ca-certificates.crt"
 
bool DEFAULT_CONTINUOUS = True
 
int DEFAULT_DELAY = 30
 
string DOMAIN = "roomba"
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.VACUUM]
 
string ROOMBA_SESSION = "roomba_session"
 

Detailed Description

The roomba constants.

Variable Documentation

◆ CONF_BLID

string homeassistant.components.roomba.const.CONF_BLID = "blid"

Definition at line 9 of file const.py.

◆ CONF_CERT

string homeassistant.components.roomba.const.CONF_CERT = "certificate"

Definition at line 7 of file const.py.

◆ CONF_CONTINUOUS

string homeassistant.components.roomba.const.CONF_CONTINUOUS = "continuous"

Definition at line 8 of file const.py.

◆ DEFAULT_CERT

string homeassistant.components.roomba.const.DEFAULT_CERT = "/etc/ssl/certs/ca-certificates.crt"

Definition at line 10 of file const.py.

◆ DEFAULT_CONTINUOUS

bool homeassistant.components.roomba.const.DEFAULT_CONTINUOUS = True

Definition at line 11 of file const.py.

◆ DEFAULT_DELAY

int homeassistant.components.roomba.const.DEFAULT_DELAY = 30

Definition at line 12 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ PLATFORMS

list homeassistant.components.roomba.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.VACUUM]

Definition at line 6 of file const.py.

◆ ROOMBA_SESSION

string homeassistant.components.roomba.const.ROOMBA_SESSION = "roomba_session"

Definition at line 13 of file const.py.