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

Classes

class  OptionsFlowHandler
 
class  RTSPToWebRTCConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DATA_SCHEMA = vol.Schema({vol.Required(DATA_SERVER_URL): str})
 

Detailed Description

Config flow for RTSPtoWebRTC.

Variable Documentation

◆ _LOGGER

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

Definition at line 25 of file config_flow.py.

◆ DATA_SCHEMA

homeassistant.components.rtsp_to_webrtc.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(DATA_SERVER_URL): str})

Definition at line 27 of file config_flow.py.