mirror of https://github.com/home-assistant/core
44 lines
1.1 KiB
JSON
44 lines
1.1 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": {
|
|
"binary_sensor": {
|
|
"timer_running": {
|
|
"name": "Timer running"
|
|
}
|
|
},
|
|
"button": {
|
|
"tare": {
|
|
"name": "Tare"
|
|
},
|
|
"reset_timer": {
|
|
"name": "Reset timer"
|
|
},
|
|
"start_stop": {
|
|
"name": "Start/stop timer"
|
|
}
|
|
}
|
|
}
|
|
}
|