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: custom_components/monitormysolar/translations/en.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@
41
41
"dongle_already_exists": "This dongle ID already exists",
42
42
"dongle_not_responding": "Dongle is not responding. Please check the ID and ensure it's online.",
43
43
"dongle_id_required": "A new dongle ID is required",
44
-
"dongle_not_found": "The selected dongle was not found in this configuration"
44
+
"dongle_not_found": "The selected dongle was not found in this configuration",
45
+
"raw_ids_taken": "Another Monitor My Solar entry already uses the clean (no dongle ID) entity names. Only one entry can use them - keep the dongle ID in entity names for this one."
45
46
},
46
47
"abort": {
47
48
"cannot_remove_last_dongle": "Cannot remove the last dongle",
Copy file name to clipboardExpand all lines: custom_components/monitormysolar/translations/es.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,9 @@
36
36
},
37
37
"abort": {
38
38
"no_restorable_entities": "No hay entidades eliminadas o deshabilitadas para restaurar."
39
+
},
40
+
"error": {
41
+
"raw_ids_taken": "Otra entrada de Monitor My Solar ya usa los nombres de entidad limpios (sin ID del dongle). Solo una entrada puede usarlos; mantenga el ID del dongle en los nombres de entidad de esta."
Copy file name to clipboardExpand all lines: custom_components/monitormysolar/translations/strings.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,9 @@
135
135
},
136
136
"abort": {
137
137
"no_restorable_entities": "There are no deleted or disabled entities to restore."
138
+
},
139
+
"error": {
140
+
"raw_ids_taken": "Another Monitor My Solar entry already uses the clean (no dongle ID) entity names. Only one entry can use them - keep the dongle ID in entity names for this one."
0 commit comments