hass-core/homeassistant/components/enocean/strings.json
Michael c50d0646ab
Mark integrations as single_config_entry in manifest [a-i] (#128189)
* mark integrations as single_config_entry in manifest

* fix ecobee tests

* fix iaqualink test
2024-10-12 08:59:57 +02:00

24 lines
547 B
JSON

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