Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.subaru.config_flow.OptionsFlowHandler
 
class  homeassistant.components.subaru.config_flow.SubaruConfigFlow
 

Namespaces

 homeassistant.components.subaru.config_flow
 

Variables

 homeassistant.components.subaru.config_flow._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.subaru.config_flow.CONF_CONTACT_METHOD = "contact_method"
 
string homeassistant.components.subaru.config_flow.CONF_VALIDATION_CODE = "validation_code"
 
 homeassistant.components.subaru.config_flow.PIN_SCHEMA = vol.Schema({vol.Required(CONF_PIN): str})