Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.zha.config_flow.BaseZhaFlow
 
class  homeassistant.components.zha.config_flow.ZhaConfigFlowHandler
 
class  homeassistant.components.zha.config_flow.ZhaOptionsFlowHandler
 

Namespaces

 homeassistant.components.zha.config_flow
 

Functions

str homeassistant.components.zha.config_flow._format_backup_choice (zigpy.backups.NetworkBackup backup, *bool pan_ids=True)
 
list[ListPortInfo] homeassistant.components.zha.config_flow.list_serial_ports (HomeAssistant hass)
 

Variables

string homeassistant.components.zha.config_flow.CHOOSE_AUTOMATIC_BACKUP = "choose_automatic_backup"
 
string homeassistant.components.zha.config_flow.CONF_MANUAL_PATH = "Enter Manually"
 
string homeassistant.components.zha.config_flow.DECONZ_DOMAIN = "deconz"
 
string homeassistant.components.zha.config_flow.FORMATION_CHOOSE_AUTOMATIC_BACKUP = "choose_automatic_backup"
 
string homeassistant.components.zha.config_flow.FORMATION_FORM_INITIAL_NETWORK = "form_initial_network"
 
string homeassistant.components.zha.config_flow.FORMATION_FORM_NEW_NETWORK = "form_new_network"
 
string homeassistant.components.zha.config_flow.FORMATION_REUSE_SETTINGS = "reuse_settings"
 
string homeassistant.components.zha.config_flow.FORMATION_STRATEGY = "formation_strategy"
 
string homeassistant.components.zha.config_flow.FORMATION_UPLOAD_MANUAL_BACKUP = "upload_manual_backup"
 
int homeassistant.components.zha.config_flow.LEGACY_ZEROCONF_ESPHOME_API_PORT = 6053
 
int homeassistant.components.zha.config_flow.LEGACY_ZEROCONF_PORT = 6638
 
string homeassistant.components.zha.config_flow.OPTIONS_INTENT_MIGRATE = "intent_migrate"
 
string homeassistant.components.zha.config_flow.OPTIONS_INTENT_RECONFIGURE = "intent_reconfigure"
 
string homeassistant.components.zha.config_flow.OVERWRITE_COORDINATOR_IEEE = "overwrite_coordinator_ieee"
 
string homeassistant.components.zha.config_flow.REPAIR_MY_URL = "https://my.home-assistant.io/redirect/repairs/"
 
tuple homeassistant.components.zha.config_flow.SUPPORTED_PORT_SETTINGS
 
string homeassistant.components.zha.config_flow.UPLOADED_BACKUP_FILE = "uploaded_backup_file"
 
 homeassistant.components.zha.config_flow.ZEROCONF_PROPERTIES_SCHEMA
 
string homeassistant.components.zha.config_flow.ZEROCONF_SERVICE_TYPE = "_zigbee-coordinator._tcp.local."