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" |
Config flow for ONVIF.
| 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.
| list[Service] homeassistant.components.onvif.config_flow.wsdiscovery | ( | ) |
Get ONVIF Profile S devices from network.
Definition at line 59 of file config_flow.py.
| string homeassistant.components.onvif.config_flow.CONF_MANUAL_INPUT = "Manually configure ONVIF device" |
Definition at line 56 of file config_flow.py.