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

Variables

string CONF_WEB_PORT = "web_port"
 
string DEFAULT_NAME = "Deluge"
 
int DEFAULT_RPC_PORT = 58846
 
int DEFAULT_WEB_PORT = 8112
 
 Final
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Deluge integration.

Variable Documentation

◆ CONF_WEB_PORT

string homeassistant.components.deluge.const.CONF_WEB_PORT = "web_port"

Definition at line 7 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.deluge.const.DEFAULT_NAME = "Deluge"

Definition at line 8 of file const.py.

◆ DEFAULT_RPC_PORT

int homeassistant.components.deluge.const.DEFAULT_RPC_PORT = 58846

Definition at line 9 of file const.py.

◆ DEFAULT_WEB_PORT

int homeassistant.components.deluge.const.DEFAULT_WEB_PORT = 8112

Definition at line 10 of file const.py.

◆ Final

homeassistant.components.deluge.const.Final

Definition at line 11 of file const.py.

◆ LOGGER

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

Definition at line 12 of file const.py.