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

Classes

class  ONVIFDevice
 

Functions

ONVIFCamera get_device (HomeAssistant hass, str host, int port, str|None username, str|None password)
 

Detailed Description

ONVIF device abstraction.

Function Documentation

◆ get_device()

ONVIFCamera homeassistant.components.onvif.device.get_device ( HomeAssistant  hass,
str  host,
int  port,
str | None  username,
str | None  password 
)
Get ONVIFCamera instance.

Definition at line 670 of file device.py.