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

Variables

string ATTR_SEASON = "season"
 
string CONF_URLBASE = "urlbase"
 
string DEFAULT_NAME = "ombi"
 
int DEFAULT_PORT = 5000
 
string DEFAULT_SEASON = "latest"
 
bool DEFAULT_SSL = False
 
string DEFAULT_URLBASE = ""
 
string SERVICE_MOVIE_REQUEST = "submit_movie_request"
 
string SERVICE_MUSIC_REQUEST = "submit_music_request"
 
string SERVICE_TV_REQUEST = "submit_tv_request"
 

Detailed Description

Support for Ombi.

Variable Documentation

◆ ATTR_SEASON

string homeassistant.components.ombi.const.ATTR_SEASON = "season"

Definition at line 5 of file const.py.

◆ CONF_URLBASE

string homeassistant.components.ombi.const.CONF_URLBASE = "urlbase"

Definition at line 7 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.ombi.const.DEFAULT_NAME = "ombi"

Definition at line 9 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.ombi.const.DEFAULT_PORT = 5000

Definition at line 10 of file const.py.

◆ DEFAULT_SEASON

string homeassistant.components.ombi.const.DEFAULT_SEASON = "latest"

Definition at line 11 of file const.py.

◆ DEFAULT_SSL

bool homeassistant.components.ombi.const.DEFAULT_SSL = False

Definition at line 12 of file const.py.

◆ DEFAULT_URLBASE

string homeassistant.components.ombi.const.DEFAULT_URLBASE = ""

Definition at line 13 of file const.py.

◆ SERVICE_MOVIE_REQUEST

string homeassistant.components.ombi.const.SERVICE_MOVIE_REQUEST = "submit_movie_request"

Definition at line 15 of file const.py.

◆ SERVICE_MUSIC_REQUEST

string homeassistant.components.ombi.const.SERVICE_MUSIC_REQUEST = "submit_music_request"

Definition at line 16 of file const.py.

◆ SERVICE_TV_REQUEST

string homeassistant.components.ombi.const.SERVICE_TV_REQUEST = "submit_tv_request"

Definition at line 17 of file const.py.