Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| helpers | |
| number | |
| sensor | |
Functions | |
| SabnzbdConfigEntry | async_get_entry_for_service_call (HomeAssistant hass, ServiceCall call) |
| bool | async_setup_entry (HomeAssistant hass, SabnzbdConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, SabnzbdConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.BUTTON, Platform.NUMBER, Platform.SENSOR] |
| SabnzbdConfigEntry | |
| SERVICE_BASE_SCHEMA | |
| SERVICE_SPEED_SCHEMA | |
| tuple | SERVICES |
Support for monitoring an SABnzbd NZB client.
| SabnzbdConfigEntry homeassistant.components.sabnzbd.async_get_entry_for_service_call | ( | HomeAssistant | hass, |
| ServiceCall | call | ||
| ) |
Get the entry ID related to a service call (by device ID).
Definition at line 55 of file __init__.py.
| bool homeassistant.components.sabnzbd.async_setup_entry | ( | HomeAssistant | hass, |
| SabnzbdConfigEntry | entry | ||
| ) |
Set up the SabNzbd Component.
Definition at line 68 of file __init__.py.
| bool homeassistant.components.sabnzbd.async_unload_entry | ( | HomeAssistant | hass, |
| SabnzbdConfigEntry | entry | ||
| ) |
Unload a Sabnzbd config entry.
Definition at line 162 of file __init__.py.
|
private |
Definition at line 31 of file __init__.py.
| list homeassistant.components.sabnzbd.PLATFORMS = [Platform.BINARY_SENSOR, Platform.BUTTON, Platform.NUMBER, Platform.SENSOR] |
Definition at line 30 of file __init__.py.
| homeassistant.components.sabnzbd.SabnzbdConfigEntry |
Definition at line 51 of file __init__.py.
| homeassistant.components.sabnzbd.SERVICE_BASE_SCHEMA |
Definition at line 39 of file __init__.py.
| homeassistant.components.sabnzbd.SERVICE_SPEED_SCHEMA |
Definition at line 45 of file __init__.py.
| tuple homeassistant.components.sabnzbd.SERVICES |
Definition at line 33 of file __init__.py.