Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.rachio.config_flow.CannotConnect
 
class  homeassistant.components.rachio.config_flow.InvalidAuth
 
class  homeassistant.components.rachio.config_flow.OptionsFlowHandler
 
class  homeassistant.components.rachio.config_flow.RachioConfigFlow
 

Namespaces

 homeassistant.components.rachio.config_flow
 

Functions

def homeassistant.components.rachio.config_flow.validate_input (HomeAssistant hass, data)
 

Variables

 homeassistant.components.rachio.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.rachio.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): str}, extra=vol.ALLOW_EXTRA)