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] |
The qbittorrent component.
| bool homeassistant.components.qbittorrent.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up qBittorrent services.
Definition at line 42 of file __init__.py.
| 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.
| bool homeassistant.components.qbittorrent.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload qBittorrent config entry.
Definition at line 137 of file __init__.py.
|
private |
Definition at line 33 of file __init__.py.
| string homeassistant.components.qbittorrent.CONF_ENTRY = "entry" |
Definition at line 39 of file __init__.py.
| homeassistant.components.qbittorrent.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 35 of file __init__.py.
| list homeassistant.components.qbittorrent.PLATFORMS = [Platform.SENSOR, Platform.SWITCH] |
Definition at line 37 of file __init__.py.