mirror of
https://github.com/home-assistant/core.git
synced 2026-03-02 15:52:29 +00:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"invalid_dongle_path": "Invalid dongle path"
|
|
},
|
|
"error": {
|
|
"invalid_dongle_path": "No valid dongle found for this path"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"detect": {
|
|
"data": {
|
|
"device": "USB dongle"
|
|
},
|
|
"data_description": {
|
|
"device": "Path to your EnOcean USB dongle."
|
|
},
|
|
"description": "Select your EnOcean USB dongle."
|
|
},
|
|
"manual": {
|
|
"data": {
|
|
"device": "[%key:component::enocean::config::step::detect::data::device%]"
|
|
},
|
|
"data_description": {
|
|
"device": "[%key:component::enocean::config::step::detect::data_description::device%]"
|
|
},
|
|
"description": "Enter the path to your EnOcean USB dongle."
|
|
},
|
|
"usb_confirm": {
|
|
"description": "{manufacturer} USB dongle detected at {device}. Do you want to set up this device?"
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"devices": {
|
|
"options": {
|
|
"manual": "Custom path"
|
|
}
|
|
}
|
|
}
|
|
}
|