Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.permobil.config_flow.PermobilConfigFlow
 

Namespaces

 homeassistant.components.permobil.config_flow
 

Variables

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