Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
| update | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, NextcloudConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, NextcloudConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| NextcloudConfigEntry | |
| tuple | PLATFORMS = (Platform.SENSOR, Platform.BINARY_SENSOR, Platform.UPDATE) |
The Nextcloud integration.
| bool homeassistant.components.nextcloud.async_setup_entry | ( | HomeAssistant | hass, |
| NextcloudConfigEntry | entry | ||
| ) |
Set up the Nextcloud integration.
Definition at line 34 of file __init__.py.
| bool homeassistant.components.nextcloud.async_unload_entry | ( | HomeAssistant | hass, |
| NextcloudConfigEntry | entry | ||
| ) |
Unload Nextcloud integration.
Definition at line 81 of file __init__.py.
|
private |
Definition at line 29 of file __init__.py.
| homeassistant.components.nextcloud.NextcloudConfigEntry |
Definition at line 31 of file __init__.py.
| tuple homeassistant.components.nextcloud.PLATFORMS = (Platform.SENSOR, Platform.BINARY_SENSOR, Platform.UPDATE) |
Definition at line 26 of file __init__.py.