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__) | |
The ONVIF integration.
|
private |
Determine auth type for snapshots.
Definition at line 125 of file __init__.py.
| None homeassistant.components.onvif.async_populate_options | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Populate default options for device.
Definition at line 149 of file __init__.py.
| 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.
| 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.
| bool homeassistant.components.onvif.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 111 of file __init__.py.
| homeassistant.components.onvif.LOGGER = logging.getLogger(__name__) |
Definition at line 34 of file __init__.py.