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/zha/strings.json
+37-16Lines changed: 37 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@
16
16
"invalid_backup_json": "Invalid backup JSON"
17
17
},
18
18
"flow_title": "{name}",
19
+
"progress": {
20
+
"form_new_network": "Forming a new Zigbee network.\n\nWe scan for a clear network channel as part of this process, this can take a minute.",
21
+
"maybe_reset_old_radio": "Resetting old adapter.\n\nYour old adapter has been backed up and is being factory reset.",
22
+
"restore_backup": "Restoring network settings to new adapter.\n\nThis will take a minute."
23
+
},
19
24
"step": {
20
25
"choose_automatic_backup": {
21
26
"data": {
@@ -76,8 +81,15 @@
76
81
"confirm": {
77
82
"description": "Do you want to set up {name}?"
78
83
},
79
-
"confirm_hardware": {
80
-
"description": "Do you want to set up {name}?"
84
+
"confirm_ezsp_ieee_overwrite": {
85
+
"data": {
86
+
"overwrite_coordinator_ieee": "Permanently replace the adapter IEEE address"
87
+
},
88
+
"description": "Your backup has a different IEEE address than your adapter. For your network to function properly, the IEEE address of your adapter should also be changed.\n\nThis is a permanent operation.",
89
+
"title": "Overwrite adapter IEEE address"
90
+
},
91
+
"form_new_network": {
92
+
"title": "Forming new network"
81
93
},
82
94
"manual_pick_radio_type": {
83
95
"data": {
@@ -100,15 +112,7 @@
100
112
"description": "ZHA was not able to automatically detect serial port settings for your adapter. This usually is an issue with the firmware or permissions.\n\nIf you are using firmware with nonstandard settings, enter the serial port settings",
101
113
"title": "Serial port settings"
102
114
},
103
-
"maybe_confirm_ezsp_restore": {
104
-
"data": {
105
-
"overwrite_coordinator_ieee": "Permanently replace the adapter IEEE address"
106
-
},
107
-
"description": "Your backup has a different IEEE address than your adapter. For your network to function properly, the IEEE address of your adapter should also be changed.\n\nThis is a permanent operation.",
108
-
"title": "Overwrite adapter IEEE address"
109
-
},
110
115
"maybe_reset_old_radio": {
111
-
"description": "A backup was created earlier and your old adapter is being reset as part of the migration.",
0 commit comments