39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
|
{
|
||
|
"config": {
|
||
|
"flow_title": "{name}",
|
||
|
"abort": {
|
||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
||
|
"unsupported_device": "This device is not supported."
|
||
|
},
|
||
|
"error": {
|
||
|
"device_not_found": "Device could not be found.",
|
||
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||
|
},
|
||
|
"step": {
|
||
|
"bluetooth_confirm": {
|
||
|
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
|
||
|
},
|
||
|
"user": {
|
||
|
"description": "[%key:component::bluetooth::config::step::user::description%]",
|
||
|
"data": {
|
||
|
"address": "[%key:common::config_flow::data::device%]"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"entity": {
|
||
|
"button": {
|
||
|
"tare": {
|
||
|
"name": "Tare"
|
||
|
},
|
||
|
"reset_timer": {
|
||
|
"name": "Reset timer"
|
||
|
},
|
||
|
"start_stop": {
|
||
|
"name": "Start/stop timer"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|