Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.qbittorrent
 

Functions

bool homeassistant.components.qbittorrent.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.qbittorrent.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool homeassistant.components.qbittorrent.async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

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