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

Classes

class  PermobilConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 GET_EMAIL_SCHEMA
 
 GET_TOKEN_SCHEMA = vol.Schema({vol.Required(CONF_CODE): cv.string})
 

Detailed Description

Config flow for MyPermobil integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 31 of file config_flow.py.

◆ GET_EMAIL_SCHEMA

homeassistant.components.permobil.config_flow.GET_EMAIL_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_EMAIL): TextSelector(
4  TextSelectorConfig(type=TextSelectorType.EMAIL)
5  ),
6  }
7 )

Definition at line 33 of file config_flow.py.

◆ GET_TOKEN_SCHEMA

homeassistant.components.permobil.config_flow.GET_TOKEN_SCHEMA = vol.Schema({vol.Required(CONF_CODE): cv.string})

Definition at line 41 of file config_flow.py.