1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-02 15:52:29 +00:00
Files
Christopher Fenner aa707fcf41 Add gateway discovery via USB for EnOcean integration (#162756)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-02-24 11:58:01 +01:00

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"
}
}
}
}