Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homekit_controller.config_flow.HomekitControllerFlowHandler
 
class  homeassistant.components.homekit_controller.config_flow.InsecureSetupCode
 

Namespaces

 homeassistant.components.homekit_controller.config_flow
 

Functions

str homeassistant.components.homekit_controller.config_flow.ensure_pin_format (str pin, Any allow_insecure_setup_codes=None)
 
str homeassistant.components.homekit_controller.config_flow.formatted_category (Categories category)
 
str homeassistant.components.homekit_controller.config_flow.normalize_hkid (str hkid)
 

Variables

 homeassistant.components.homekit_controller.config_flow._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.homekit_controller.config_flow.BLE_DEFAULT_NAME = "Bluetooth device"
 
string homeassistant.components.homekit_controller.config_flow.HOMEKIT_BRIDGE_DOMAIN = "homekit"
 
string homeassistant.components.homekit_controller.config_flow.HOMEKIT_DIR = ".homekit"
 
list homeassistant.components.homekit_controller.config_flow.HOMEKIT_IGNORE
 
dictionary homeassistant.components.homekit_controller.config_flow.INSECURE_CODES
 
string homeassistant.components.homekit_controller.config_flow.PAIRING_FILE = "pairing.json"
 
 homeassistant.components.homekit_controller.config_flow.PIN_FORMAT = re.compile(r"^(\d{3})-{0,1}(\d{2})-{0,1}(\d{3})$")