Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
| switch | |
Functions | |
| None | _async_register_services (HomeAssistant hass, NZBGetDataUpdateCoordinator coordinator) |
| None | _async_update_listener (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR, Platform.SWITCH] |
| SPEED_LIMIT_SCHEMA | |
The NZBGet integration.
|
private |
Register integration-level services.
Definition at line 66 of file __init__.py.
|
private |
Handle options update.
Definition at line 91 of file __init__.py.
| bool homeassistant.components.nzbget.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up NZBGet from a config entry.
Definition at line 30 of file __init__.py.
| bool homeassistant.components.nzbget.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 55 of file __init__.py.
| list homeassistant.components.nzbget.PLATFORMS = [Platform.SENSOR, Platform.SWITCH] |
Definition at line 22 of file __init__.py.
| homeassistant.components.nzbget.SPEED_LIMIT_SCHEMA |
Definition at line 25 of file __init__.py.