Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nextcloud Namespace Reference

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)
 

Detailed Description

The Nextcloud integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.nextcloud.async_setup_entry ( HomeAssistant  hass,
NextcloudConfigEntry  entry 
)
Set up the Nextcloud integration.

Definition at line 34 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.nextcloud.async_unload_entry ( HomeAssistant  hass,
NextcloudConfigEntry  entry 
)
Unload Nextcloud integration.

Definition at line 81 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nextcloud._LOGGER = logging.getLogger(__name__)
private

Definition at line 29 of file __init__.py.

◆ NextcloudConfigEntry

homeassistant.components.nextcloud.NextcloudConfigEntry

Definition at line 31 of file __init__.py.

◆ PLATFORMS

tuple homeassistant.components.nextcloud.PLATFORMS = (Platform.SENSOR, Platform.BINARY_SENSOR, Platform.UPDATE)

Definition at line 26 of file __init__.py.