Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.subaru.config_flow Namespace Reference

Classes

class  OptionsFlowHandler
 
class  SubaruConfigFlow
 

Variables

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

Detailed Description

Config flow for Subaru integration.

Variable Documentation

◆ _LOGGER

homeassistant.components.subaru.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 36 of file config_flow.py.

◆ CONF_CONTACT_METHOD

string homeassistant.components.subaru.config_flow.CONF_CONTACT_METHOD = "contact_method"

Definition at line 37 of file config_flow.py.

◆ CONF_VALIDATION_CODE

string homeassistant.components.subaru.config_flow.CONF_VALIDATION_CODE = "validation_code"

Definition at line 38 of file config_flow.py.

◆ PIN_SCHEMA

homeassistant.components.subaru.config_flow.PIN_SCHEMA = vol.Schema({vol.Required(CONF_PIN): str})

Definition at line 39 of file config_flow.py.