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

Variables

string CONF_BASE_PATH = "base_path"
 
string CONF_DAYS = "days"
 
string CONF_INCLUDED = "include_paths"
 
string CONF_UNIT = "unit"
 
string CONF_UPCOMING_DAYS = "upcoming_days"
 
string CONF_WANTED_MAX_ITEMS = "wanted_max_items"
 
string DEFAULT_NAME = "Sonarr"
 
int DEFAULT_UPCOMING_DAYS = 1
 
bool DEFAULT_VERIFY_SSL = False
 
int DEFAULT_WANTED_MAX_ITEMS = 50
 
string DOMAIN = "sonarr"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for Sonarr.

Variable Documentation

◆ CONF_BASE_PATH

string homeassistant.components.sonarr.const.CONF_BASE_PATH = "base_path"

Definition at line 8 of file const.py.

◆ CONF_DAYS

string homeassistant.components.sonarr.const.CONF_DAYS = "days"

Definition at line 9 of file const.py.

◆ CONF_INCLUDED

string homeassistant.components.sonarr.const.CONF_INCLUDED = "include_paths"

Definition at line 10 of file const.py.

◆ CONF_UNIT

string homeassistant.components.sonarr.const.CONF_UNIT = "unit"

Definition at line 11 of file const.py.

◆ CONF_UPCOMING_DAYS

string homeassistant.components.sonarr.const.CONF_UPCOMING_DAYS = "upcoming_days"

Definition at line 12 of file const.py.

◆ CONF_WANTED_MAX_ITEMS

string homeassistant.components.sonarr.const.CONF_WANTED_MAX_ITEMS = "wanted_max_items"

Definition at line 13 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.sonarr.const.DEFAULT_NAME = "Sonarr"

Definition at line 16 of file const.py.

◆ DEFAULT_UPCOMING_DAYS

int homeassistant.components.sonarr.const.DEFAULT_UPCOMING_DAYS = 1

Definition at line 17 of file const.py.

◆ DEFAULT_VERIFY_SSL

bool homeassistant.components.sonarr.const.DEFAULT_VERIFY_SSL = False

Definition at line 18 of file const.py.

◆ DEFAULT_WANTED_MAX_ITEMS

int homeassistant.components.sonarr.const.DEFAULT_WANTED_MAX_ITEMS = 50

Definition at line 19 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.sonarr.const.LOGGER = logging.getLogger(__package__)

Definition at line 21 of file const.py.