Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.roomba.const
 

Variables

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