Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.deluge.const .DelugeGetSessionStatusKeys
 
class  homeassistant.components.deluge.const .DelugeSensorType
 

Namespaces

 homeassistant.components.deluge.const
 

Variables

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