Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.freedompro.config_flow.CannotConnect
 
class  homeassistant.components.freedompro.config_flow.FreedomProConfigFlow
 
class  homeassistant.components.freedompro.config_flow.Hub
 
class  homeassistant.components.freedompro.config_flow.InvalidAuth
 

Namespaces

 homeassistant.components.freedompro.config_flow
 

Functions

None homeassistant.components.freedompro.config_flow.validate_input (HomeAssistant hass, str api_key)
 

Variables

 homeassistant.components.freedompro.config_flow.STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): str})