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

Classes

class  ReolinkFlowHandler
 
class  ReolinkOptionsFlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary DEFAULT_OPTIONS = {CONF_PROTOCOL: DEFAULT_PROTOCOL}
 
string DEFAULT_PROTOCOL = "rtsp"
 

Detailed Description

Config flow for the Reolink camera component.

Variable Documentation

◆ _LOGGER

homeassistant.components.reolink.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 48 of file config_flow.py.

◆ DEFAULT_OPTIONS

dictionary homeassistant.components.reolink.config_flow.DEFAULT_OPTIONS = {CONF_PROTOCOL: DEFAULT_PROTOCOL}

Definition at line 51 of file config_flow.py.

◆ DEFAULT_PROTOCOL

string homeassistant.components.reolink.config_flow.DEFAULT_PROTOCOL = "rtsp"

Definition at line 50 of file config_flow.py.