1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/enocean/strings.json
2020-11-11 13:22:52 +01:00

26 lines
596 B
JSON

{
"config": {
"step": {
"detect": {
"title": "Select the path to you ENOcean dongle",
"data": {
"path": "USB dongle path"
}
},
"manual": {
"title": "Enter the path to you ENOcean dongle",
"data": {
"path": "USB dongle path"
}
}
},
"error": {
"invalid_dongle_path": "No valid dongle found for this path"
},
"abort": {
"invalid_dongle_path": "Invalid dongle path",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
}
}