You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: homeassistant/components/yalexs_ble/strings.json
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,23 @@
3
3
"flow_title": "{name}",
4
4
"step": {
5
5
"user": {
6
-
"description": "Check the documentation for how to find the offline key. If you are using the August cloud integration to obtain the key, you may need to reload the August cloud integration while the lock is in Bluetooth range.",
6
+
"description": "Select the device you want to set up over Bluetooth.",
7
+
"data": {
8
+
"address": "Bluetooth address"
9
+
}
10
+
},
11
+
"key_slot": {
12
+
"description": "Enter the key for the {title} lock with address {address}. If you are using the August or Yale cloud integration to obtain the key, you may be able to avoid this manual setup by reloading the August or Yale cloud integration while the lock is in Bluetooth range.",
7
13
"data": {
8
-
"address": "Bluetooth address",
9
14
"key": "Offline Key (32-byte hex string)",
10
15
"slot": "Offline Key Slot (Integer between 0 and 255)"
11
16
}
12
17
},
13
18
"reauth_validate": {
14
-
"description": "Enter the updated key for the {title} lock with address {address}. If you are using the August cloud integration to obtain the key, you may be able to avoid manual reauthentication by reloading the August cloud integration while the lock is in Bluetooth range.",
19
+
"description": "Enter the updated key for the {title} lock with address {address}. If you are using the August or Yale cloud integration to obtain the key, you may be able to avoid manual re-authentication by reloading the August or Yale cloud integration while the lock is in Bluetooth range.",
0 commit comments