72 lines
2.6 KiB
JSON
72 lines
2.6 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"address_already_configured": "A BleBox device is already configured at {address}.",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"unique_id_mismatch": "The device identifier does not match the previously configured device."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"unsupported_version": "BleBox device has outdated firmware. Please upgrade it first."
|
|
},
|
|
"flow_title": "{name} ({host})",
|
|
"step": {
|
|
"reconfigure": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"description": "Update the connection settings for your BleBox device.",
|
|
"title": "Reconfigure BleBox device"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"description": "Set up your BleBox to integrate with Home Assistant.",
|
|
"title": "Set up your BleBox device"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"open_status": {
|
|
"state": {
|
|
"ajar": "Ajar",
|
|
"closed": "[%key:common::state::closed%]",
|
|
"closed_but_unlocked": "Closed but unlocked",
|
|
"open": "[%key:common::state::open%]",
|
|
"unclosed_or_unlocked": "Unclosed or unlocked"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"bad_value": {
|
|
"message": "Turning on the light failed: {error}"
|
|
},
|
|
"command_failed": {
|
|
"message": "Failed to execute command on the BleBox device: {error}"
|
|
},
|
|
"data_update_failed": {
|
|
"message": "An error occurred while communicating with the BleBox device: {error}"
|
|
},
|
|
"effect_not_found": {
|
|
"message": "The specified light effect is not available on this device: {error}"
|
|
},
|
|
"install_failed": {
|
|
"message": "Failed to install firmware update on the BleBox device: {error}"
|
|
},
|
|
"update_failed": {
|
|
"message": "Failed to fetch firmware update information from the BleBox device: {error}"
|
|
}
|
|
}
|
|
}
|