Add additional events to enhance the ZHA device pairing experience (#43729)
* support better feedback in the device pairing UI * update pairing events
This commit is contained in:
parent
2c6a72b3ad
commit
a2e1efca33
2 changed files with 49 additions and 9 deletions
|
@ -155,6 +155,9 @@ DEBUG_RELAY_LOGGERS = [DEBUG_COMP_ZHA, DEBUG_COMP_ZIGPY]
|
|||
DEFAULT_RADIO_TYPE = "ezsp"
|
||||
DEFAULT_BAUDRATE = 57600
|
||||
DEFAULT_DATABASE_NAME = "zigbee.db"
|
||||
|
||||
DEVICE_PAIRING_STATUS = "pairing_status"
|
||||
|
||||
DISCOVERY_KEY = "zha_discovery_info"
|
||||
|
||||
DOMAIN = "zha"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue