Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.qbittorrent Namespace Reference

Namespaces

 config_flow
 
 const
 
 coordinator
 
 helpers
 
 sensor
 
 switch
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_ENTRY = "entry"
 
 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
list PLATFORMS = [Platform.SENSOR, Platform.SWITCH]
 

Detailed Description

The qbittorrent component.

Function Documentation

◆ async_setup()

bool homeassistant.components.qbittorrent.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up qBittorrent services.

Definition at line 42 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.qbittorrent.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up qBittorrent from a config entry.

Definition at line 109 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.qbittorrent.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Unload qBittorrent config entry.

Definition at line 137 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.qbittorrent._LOGGER = logging.getLogger(__name__)
private

Definition at line 33 of file __init__.py.

◆ CONF_ENTRY

string homeassistant.components.qbittorrent.CONF_ENTRY = "entry"

Definition at line 39 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.qbittorrent.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)

Definition at line 35 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.qbittorrent.PLATFORMS = [Platform.SENSOR, Platform.SWITCH]

Definition at line 37 of file __init__.py.