Files
core/homeassistant/components/mopeka/strings.json
2025-10-28 10:33:10 +01:00

37 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"not_supported": "Device not supported"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"data": {
"medium_type": "[%key:component::mopeka::config::step::user::data::medium_type%]"
},
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
},
"user": {
"data": {
"address": "[%key:common::config_flow::data::device%]",
"medium_type": "Medium type"
},
"description": "[%key:component::bluetooth::config::step::user::description%]"
}
}
},
"options": {
"step": {
"init": {
"data": {
"medium_type": "[%key:component::mopeka::config::step::user::data::medium_type%]"
},
"title": "Configure Mopeka"
}
}
}
}