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

Classes

class  OnvifFlowHandler
 
class  OnvifOptionsFlowHandler
 

Functions

list[dict[str, Any]] async_discovery (HomeAssistant hass)
 
list[Service] wsdiscovery ()
 

Variables

string CONF_MANUAL_INPUT = "Manually configure ONVIF device"
 

Detailed Description

Config flow for ONVIF.

Function Documentation

◆ async_discovery()

list[dict[str, Any]] homeassistant.components.onvif.config_flow.async_discovery ( HomeAssistant  hass)
Return if there are devices that can be discovered.

Definition at line 73 of file config_flow.py.

◆ wsdiscovery()

list[Service] homeassistant.components.onvif.config_flow.wsdiscovery ( )
Get ONVIF Profile S devices from network.

Definition at line 59 of file config_flow.py.

Variable Documentation

◆ CONF_MANUAL_INPUT

string homeassistant.components.onvif.config_flow.CONF_MANUAL_INPUT = "Manually configure ONVIF device"

Definition at line 56 of file config_flow.py.