Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.doorbird.config_flow.CannotConnect
 
class  homeassistant.components.doorbird.config_flow.DoorBirdConfigFlow
 
class  homeassistant.components.doorbird.config_flow.InvalidAuth
 
class  homeassistant.components.doorbird.config_flow.OptionsFlowHandler
 

Namespaces

 homeassistant.components.doorbird.config_flow
 

Functions

vol.Schema homeassistant.components.doorbird.config_flow._schema_with_defaults (str|None host=None, str|None name=None)
 
bool homeassistant.components.doorbird.config_flow.async_verify_supported_device (HomeAssistant hass, str host)
 
dict[str, str] homeassistant.components.doorbird.config_flow.validate_input (HomeAssistant hass, dict[str, Any] data)
 

Variables

 homeassistant.components.doorbird.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.doorbird.config_flow.AUTH_SCHEMA = vol.Schema(AUTH_VOL_DICT)
 
dictionary homeassistant.components.doorbird.config_flow.DEFAULT_OPTIONS = {CONF_EVENTS: [DEFAULT_DOORBELL_EVENT, DEFAULT_MOTION_EVENT]}
 
 homeassistant.components.doorbird.config_flow.VolDictType