Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, DelugeConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, DelugeConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| DelugeConfigEntry | |
| list | PLATFORMS = [Platform.SENSOR, Platform.SWITCH] |
The Deluge integration.
| bool homeassistant.components.deluge.async_setup_entry | ( | HomeAssistant | hass, |
| DelugeConfigEntry | entry | ||
| ) |
Set up Deluge from a config entry.
Definition at line 30 of file __init__.py.
| bool homeassistant.components.deluge.async_unload_entry | ( | HomeAssistant | hass, |
| DelugeConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 59 of file __init__.py.
|
private |
Definition at line 26 of file __init__.py.
| homeassistant.components.deluge.DelugeConfigEntry |
Definition at line 27 of file __init__.py.
| list homeassistant.components.deluge.PLATFORMS = [Platform.SENSOR, Platform.SWITCH] |
Definition at line 24 of file __init__.py.