Classes | |
| class | ProbeResult |
| class | ZhaMultiPANMigrationHelper |
| class | ZhaRadioManager |
Functions | |
| zigpy.backups.NetworkBackup | _allow_overwrite_ezsp_ieee (zigpy.backups.NetworkBackup backup) |
| zigpy.backups.NetworkBackup | _prevent_overwrite_ezsp_ieee (zigpy.backups.NetworkBackup backup) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| tuple | AUTOPROBE_RADIOS |
| int | BACKUP_RETRIES = 5 |
| float | CONNECT_DELAY_S = 1.0 |
| DEVICE_SCHEMA | |
| HARDWARE_DISCOVERY_SCHEMA | |
| HARDWARE_MIGRATION_SCHEMA | |
| int | MIGRATION_RETRIES = 100 |
| tuple | RECOMMENDED_RADIOS |
| float | RETRY_DELAY_S = 1.0 |
Config flow for ZHA.
|
private |
Return a new backup with the flag to allow overwriting the EZSP EUI64.
Definition at line 106 of file radio_manager.py.
|
private |
Return a new backup without the flag to allow overwriting the EZSP EUI64.
Definition at line 118 of file radio_manager.py.
|
private |
Definition at line 95 of file radio_manager.py.
| tuple homeassistant.components.zha.radio_manager.AUTOPROBE_RADIOS |
Definition at line 45 of file radio_manager.py.
| int homeassistant.components.zha.radio_manager.BACKUP_RETRIES = 5 |
Definition at line 61 of file radio_manager.py.
| float homeassistant.components.zha.radio_manager.CONNECT_DELAY_S = 1.0 |
Definition at line 58 of file radio_manager.py.
| homeassistant.components.zha.radio_manager.DEVICE_SCHEMA |
Definition at line 65 of file radio_manager.py.
| homeassistant.components.zha.radio_manager.HARDWARE_DISCOVERY_SCHEMA |
Definition at line 75 of file radio_manager.py.
| homeassistant.components.zha.radio_manager.HARDWARE_MIGRATION_SCHEMA |
Definition at line 83 of file radio_manager.py.
| int homeassistant.components.zha.radio_manager.MIGRATION_RETRIES = 100 |
Definition at line 62 of file radio_manager.py.
| tuple homeassistant.components.zha.radio_manager.RECOMMENDED_RADIOS |
Definition at line 52 of file radio_manager.py.
| float homeassistant.components.zha.radio_manager.RETRY_DELAY_S = 1.0 |
Definition at line 59 of file radio_manager.py.