Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tami4.config_flow.InvalidPhoneNumber
 
class  homeassistant.components.tami4.config_flow.Tami4ConfigFlow
 

Namespaces

 homeassistant.components.tami4.config_flow
 

Variables

 homeassistant.components.tami4.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.tami4.config_flow._PHONE_MATCHER = re.compile(r"^(\+?972)?0?(?P<number>\d{8,9})$")
 
 homeassistant.components.tami4.config_flow._STEP_OTP_CODE_SCHEMA = vol.Schema({vol.Required("otp"): cv.string})
 
 homeassistant.components.tami4.config_flow._STEP_PHONE_NUMBER_SCHEMA = vol.Schema({vol.Required(CONF_PHONE): cv.string})