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

Namespaces

 binary_sensor
 
 button
 
 camera
 
 config_flow
 
 const
 
 device
 
 diagnostics
 
 entity
 
 event
 
 models
 
 parsers
 
 sensor
 
 switch
 
 util
 

Functions

str|None _get_snapshot_auth (ONVIFDevice device)
 
None async_populate_options (HomeAssistant hass, ConfigEntry entry)
 
None async_populate_snapshot_auth (HomeAssistant hass, ONVIFDevice device, ConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 LOGGER = logging.getLogger(__name__)
 

Detailed Description

The ONVIF integration.

Function Documentation

◆ _get_snapshot_auth()

str | None homeassistant.components.onvif._get_snapshot_auth ( ONVIFDevice  device)
private
Determine auth type for snapshots.

Definition at line 125 of file __init__.py.

◆ async_populate_options()

None homeassistant.components.onvif.async_populate_options ( HomeAssistant  hass,
ConfigEntry  entry 
)
Populate default options for device.

Definition at line 149 of file __init__.py.

◆ async_populate_snapshot_auth()

None homeassistant.components.onvif.async_populate_snapshot_auth ( HomeAssistant  hass,
ONVIFDevice  device,
ConfigEntry   entry 
)
Check if digest auth for snapshots is possible.

Definition at line 139 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.onvif.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up ONVIF from a config entry.

Definition at line 37 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.onvif.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 111 of file __init__.py.

Variable Documentation

◆ LOGGER

homeassistant.components.onvif.LOGGER = logging.getLogger(__name__)

Definition at line 34 of file __init__.py.