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

Classes

class  InvalidPhoneNumber
 
class  Tami4ConfigFlow
 

Variables

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

Detailed Description

Config flow for edge integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 18 of file config_flow.py.

◆ _PHONE_MATCHER

homeassistant.components.tami4.config_flow._PHONE_MATCHER = re.compile(r"^(\+?972)?0?(?P<number>\d{8,9})$")
private

Definition at line 23 of file config_flow.py.

◆ _STEP_OTP_CODE_SCHEMA

homeassistant.components.tami4.config_flow._STEP_OTP_CODE_SCHEMA = vol.Schema({vol.Required("otp"): cv.string})
private

Definition at line 22 of file config_flow.py.

◆ _STEP_PHONE_NUMBER_SCHEMA

homeassistant.components.tami4.config_flow._STEP_PHONE_NUMBER_SCHEMA = vol.Schema({vol.Required(CONF_PHONE): cv.string})
private

Definition at line 20 of file config_flow.py.