Classes | |
| class | PermobilConfigFlow |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| GET_EMAIL_SCHEMA | |
| GET_TOKEN_SCHEMA = vol.Schema({vol.Required(CONF_CODE): cv.string}) | |
Config flow for MyPermobil integration.
|
private |
Definition at line 31 of file config_flow.py.
| homeassistant.components.permobil.config_flow.GET_EMAIL_SCHEMA |
Definition at line 33 of file config_flow.py.
| 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.