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

Variables

int DEFAULT_MAX_RECORDS = 20
 
string DEFAULT_NAME = "Radarr"
 
string DEFAULT_URL = "http://127.0.0.1:7878"
 
 Final
 
tuple HEALTH_ISSUES
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for Radarr.

Variable Documentation

◆ DEFAULT_MAX_RECORDS

int homeassistant.components.radarr.const.DEFAULT_MAX_RECORDS = 20

Definition at line 9 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.radarr.const.DEFAULT_NAME = "Radarr"

Definition at line 10 of file const.py.

◆ DEFAULT_URL

string homeassistant.components.radarr.const.DEFAULT_URL = "http://127.0.0.1:7878"

Definition at line 11 of file const.py.

◆ Final

homeassistant.components.radarr.const.Final

Definition at line 6 of file const.py.

◆ HEALTH_ISSUES

tuple homeassistant.components.radarr.const.HEALTH_ISSUES
Initial value:
1 = (
2  "DownloadClientCheck",
3  "DownloadClientStatusCheck",
4  "IndexerRssCheck",
5  "IndexerSearchCheck",
6 )

Definition at line 13 of file const.py.

◆ LOGGER

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

Definition at line 20 of file const.py.