mirror of
https://github.com/home-assistant/core.git
synced 2026-09-04 04:22:09 +01:00
* Fix : script/translations_develop launch + clean some unused error i18n * Respecting strings.json order property title step error abort * Review from @fredrike : remove Telldus Live all_configured
20 lines
500 B
JSON
20 lines
500 B
JSON
{
|
|
"config": {
|
|
"title": "ZHA",
|
|
"step": {
|
|
"user": {
|
|
"title": "ZHA",
|
|
"data": {
|
|
"radio_type": "Radio Type",
|
|
"usb_path": "USB Device Path"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Unable to connect to ZHA device."
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "Only a single configuration of ZHA is allowed."
|
|
}
|
|
}
|
|
} |