Classes | |
| class | BaseZhaFlow |
| class | ZhaConfigFlowHandler |
| class | ZhaOptionsFlowHandler |
Functions | |
| str | _format_backup_choice (zigpy.backups.NetworkBackup backup, *bool pan_ids=True) |
| list[ListPortInfo] | list_serial_ports (HomeAssistant hass) |
Variables | |
| string | CHOOSE_AUTOMATIC_BACKUP = "choose_automatic_backup" |
| string | CONF_MANUAL_PATH = "Enter Manually" |
| string | DECONZ_DOMAIN = "deconz" |
| string | FORMATION_CHOOSE_AUTOMATIC_BACKUP = "choose_automatic_backup" |
| string | FORMATION_FORM_INITIAL_NETWORK = "form_initial_network" |
| string | FORMATION_FORM_NEW_NETWORK = "form_new_network" |
| string | FORMATION_REUSE_SETTINGS = "reuse_settings" |
| string | FORMATION_STRATEGY = "formation_strategy" |
| string | FORMATION_UPLOAD_MANUAL_BACKUP = "upload_manual_backup" |
| int | LEGACY_ZEROCONF_ESPHOME_API_PORT = 6053 |
| int | LEGACY_ZEROCONF_PORT = 6638 |
| string | OPTIONS_INTENT_MIGRATE = "intent_migrate" |
| string | OPTIONS_INTENT_RECONFIGURE = "intent_reconfigure" |
| string | OVERWRITE_COORDINATOR_IEEE = "overwrite_coordinator_ieee" |
| string | REPAIR_MY_URL = "https://my.home-assistant.io/redirect/repairs/" |
| tuple | SUPPORTED_PORT_SETTINGS |
| string | UPLOADED_BACKUP_FILE = "uploaded_backup_file" |
| ZEROCONF_PROPERTIES_SCHEMA | |
| string | ZEROCONF_SERVICE_TYPE = "_zigbee-coordinator._tcp.local." |
Config flow for ZHA.
|
private |
Format network backup info into a short piece of text.
Definition at line 86 of file config_flow.py.
| list[ListPortInfo] homeassistant.components.zha.config_flow.list_serial_ports | ( | HomeAssistant | hass | ) |
List all serial ports, including the Yellow radio and the multi-PAN addon.
Definition at line 103 of file config_flow.py.
| string homeassistant.components.zha.config_flow.CHOOSE_AUTOMATIC_BACKUP = "choose_automatic_backup" |
Definition at line 63 of file config_flow.py.
| string homeassistant.components.zha.config_flow.CONF_MANUAL_PATH = "Enter Manually" |
Definition at line 49 of file config_flow.py.
| string homeassistant.components.zha.config_flow.DECONZ_DOMAIN = "deconz" |
Definition at line 54 of file config_flow.py.
| string homeassistant.components.zha.config_flow.FORMATION_CHOOSE_AUTOMATIC_BACKUP = "choose_automatic_backup" |
Definition at line 60 of file config_flow.py.
| string homeassistant.components.zha.config_flow.FORMATION_FORM_INITIAL_NETWORK = "form_initial_network" |
Definition at line 58 of file config_flow.py.
| string homeassistant.components.zha.config_flow.FORMATION_FORM_NEW_NETWORK = "form_new_network" |
Definition at line 57 of file config_flow.py.
| string homeassistant.components.zha.config_flow.FORMATION_REUSE_SETTINGS = "reuse_settings" |
Definition at line 59 of file config_flow.py.
| string homeassistant.components.zha.config_flow.FORMATION_STRATEGY = "formation_strategy" |
Definition at line 56 of file config_flow.py.
| string homeassistant.components.zha.config_flow.FORMATION_UPLOAD_MANUAL_BACKUP = "upload_manual_backup" |
Definition at line 61 of file config_flow.py.
| int homeassistant.components.zha.config_flow.LEGACY_ZEROCONF_ESPHOME_API_PORT = 6053 |
Definition at line 74 of file config_flow.py.
| int homeassistant.components.zha.config_flow.LEGACY_ZEROCONF_PORT = 6638 |
Definition at line 73 of file config_flow.py.
| string homeassistant.components.zha.config_flow.OPTIONS_INTENT_MIGRATE = "intent_migrate" |
Definition at line 66 of file config_flow.py.
| string homeassistant.components.zha.config_flow.OPTIONS_INTENT_RECONFIGURE = "intent_reconfigure" |
Definition at line 67 of file config_flow.py.
| string homeassistant.components.zha.config_flow.OVERWRITE_COORDINATOR_IEEE = "overwrite_coordinator_ieee" |
Definition at line 64 of file config_flow.py.
| string homeassistant.components.zha.config_flow.REPAIR_MY_URL = "https://my.home-assistant.io/redirect/repairs/" |
Definition at line 71 of file config_flow.py.
| tuple homeassistant.components.zha.config_flow.SUPPORTED_PORT_SETTINGS |
Definition at line 50 of file config_flow.py.
| string homeassistant.components.zha.config_flow.UPLOADED_BACKUP_FILE = "uploaded_backup_file" |
Definition at line 69 of file config_flow.py.
| homeassistant.components.zha.config_flow.ZEROCONF_PROPERTIES_SCHEMA |
Definition at line 77 of file config_flow.py.
| string homeassistant.components.zha.config_flow.ZEROCONF_SERVICE_TYPE = "_zigbee-coordinator._tcp.local." |
Definition at line 76 of file config_flow.py.