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:
David F. Mulcahey 2020-11-28 17:29:56 -05:00 committed by GitHub
parent 2c6a72b3ad
commit a2e1efca33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 9 deletions

View file

@ -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"