Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.comelit.config_flow.CannotConnect
 
class  homeassistant.components.comelit.config_flow.ComelitConfigFlow
 
class  homeassistant.components.comelit.config_flow.InvalidAuth
 

Namespaces

 homeassistant.components.comelit.config_flow
 

Functions

vol.Schema homeassistant.components.comelit.config_flow.user_form_schema (dict[str, Any]|None user_input)
 
dict[str, str] homeassistant.components.comelit.config_flow.validate_input (HomeAssistant hass, dict[str, Any] data)
 

Variables

string homeassistant.components.comelit.config_flow.DEFAULT_HOST = "192.168.1.252"
 
int homeassistant.components.comelit.config_flow.DEFAULT_PIN = 111111
 
 homeassistant.components.comelit.config_flow.STEP_REAUTH_DATA_SCHEMA = vol.Schema({vol.Required(CONF_PIN): cv.positive_int})