1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00
Files
core/homeassistant/components/enocean/strings.json
2025-10-28 10:33:10 +01:00

39 lines
923 B
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."
}
}
},
"selector": {
"devices": {
"options": {
"manual": "Custom path"
}
}
}
}