mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Rename UniqueID to unique id in asuswrt (#71279)
* Rename UniqueID to unique id * Update en.json
This commit is contained in:
parent
2c1d2c323d
commit
9e2f0b3af1
@ -26,7 +26,7 @@
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"invalid_unique_id": "Impossible to determine a valid unique id for the device",
|
"invalid_unique_id": "Impossible to determine a valid unique id for the device",
|
||||||
"not_unique_id_exist": "A device without a valid UniqueID is already configured. Configuration of multiple instance is not possible"
|
"not_unique_id_exist": "A device without a valid unique id is already configured. Configuration of multiple instance is not possible"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"invalid_unique_id": "Impossible to determine a valid unique id for the device",
|
"invalid_unique_id": "Impossible to determine a valid unique id for the device",
|
||||||
"not_unique_id_exist": "A device without a valid UniqueID is already configured. Configuration of multiple instance is not possible",
|
"not_unique_id_exist": "A device without a valid unique id is already configured. Configuration of multiple instance is not possible",
|
||||||
"single_instance_allowed": "Already configured. Only a single configuration possible."
|
"single_instance_allowed": "Already configured. Only a single configuration possible."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user