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
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,22 @@
111
111
"description": "A backup was created earlier and your old adapter is being reset as part of the migration.",
112
112
"title": "Resetting old adapter"
113
113
},
114
+
"plug_in_new_radio": {
115
+
"description": "Your new adapter at `{device_path}` was not found.\nPlease plug it in and click Submit to continue.",
116
+
"title": "New adapter not found"
117
+
},
118
+
"plug_in_old_radio": {
119
+
"description": "Your old adapter at `{device_path}` was not found. You can retry after plugging it back in, or skip resetting the old adapter.\n\n**Warning:** If you skip resetting the old adapter, ensure it remains permanently disconnected. Plugging it back in later will cause network issues.",
120
+
"menu_option_descriptions": {
121
+
"retry_old_radio": "Retry connecting to the old adapter to reset it as part of the migration.",
122
+
"skip_reset_old_radio": "Skip resetting the old adapter and continue with the migration."
0 commit comments