mirror of
https://github.com/gangoke/kobrax-lan-hass-component.git
synced 2026-06-09 20:52:13 +02:00
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Kobra X",
|
|
"description": "Connect to your KX-Bridge instance",
|
|
"data": {
|
|
"host": "KX-Bridge URL",
|
|
"printer_name": "Printer name"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Could not connect to KX-Bridge"
|
|
},
|
|
"abort": {
|
|
"already_configured": "This KX-Bridge URL is already configured"
|
|
}
|
|
}
|
|
}
|