Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ring.config_flow.InvalidAuth
 
class  homeassistant.components.ring.config_flow.Require2FA
 
class  homeassistant.components.ring.config_flow.RingConfigFlow
 

Namespaces

 homeassistant.components.ring.config_flow
 

Functions

dict[str, Any] homeassistant.components.ring.config_flow.validate_input (HomeAssistant hass, str hardware_id, dict[str, str] data)
 

Variables

 homeassistant.components.ring.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.ring.config_flow.STEP_REAUTH_DATA_SCHEMA = vol.Schema({vol.Required(CONF_PASSWORD): str})
 
 homeassistant.components.ring.config_flow.STEP_RECONFIGURE_DATA_SCHEMA = vol.Schema({vol.Required(CONF_PASSWORD): str})
 
 homeassistant.components.ring.config_flow.STEP_USER_DATA_SCHEMA
 
string homeassistant.components.ring.config_flow.UNKNOWN_RING_ACCOUNT = "unknown_ring_account"