Display Homekit QR code when pairing (#34449)
* Display a QR code for homekit pairing This will reduce the failure rate with HomeKit pairing because there is less chance of entry error. * Add coverage * Test that the qr code is created * I cannot spell * Update homeassistant/components/homekit/__init__.py Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io> * Update homeassistant/components/homekit/__init__.py Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
ca08b70984
commit
d06fce6997
10 changed files with 75 additions and 14 deletions
|
@ -6,7 +6,8 @@ DOMAIN = "homekit"
|
|||
HOMEKIT_FILE = ".homekit.state"
|
||||
HOMEKIT_NOTIFY_ID = 4663548
|
||||
AID_STORAGE = "homekit-aid-allocations"
|
||||
|
||||
HOMEKIT_PAIRING_QR = "homekit-pairing-qr"
|
||||
HOMEKIT_PAIRING_QR_SECRET = "homekit-pairing-qr-secret"
|
||||
|
||||
# #### Attributes ####
|
||||
ATTR_DISPLAY_NAME = "display_name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue