forked from home-assistant/core
Add missing string for already_configured in Brother integration (#30584)
This commit is contained in:
committed by
Franck Nijhof
parent
0e9b414c26
commit
6e3e383b3f
@@ -17,7 +17,8 @@
|
|||||||
"snmp_error": "SNMP server turned off or printer not supported."
|
"snmp_error": "SNMP server turned off or printer not supported."
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"unsupported_model": "This printer model is not supported."
|
"unsupported_model": "This printer model is not supported.",
|
||||||
|
"already_configured": "This printer is already configured."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user