26 lines
974 B
JSON
26 lines
974 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"on_supervisor": {
|
|
"title": "Select connection method",
|
|
"description": "Do you want to use the OpenZWave Supervisor add-on?",
|
|
"data": {"use_addon": "Use the OpenZWave Supervisor add-on"}
|
|
},
|
|
"start_addon": {
|
|
"title": "Enter the OpenZWave add-on configuration",
|
|
"data": {"usb_path": "[%key:common::config_flow::data::usb_path%]", "network_key": "Network Key"}
|
|
}
|
|
},
|
|
"abort": {
|
|
"addon_info_failed": "Failed to get OpenZWave add-on info.",
|
|
"addon_install_failed": "Failed to install the OpenZWave add-on.",
|
|
"addon_set_config_failed": "Failed to set OpenZWave configuration.",
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"mqtt_required": "The MQTT integration is not set up"
|
|
},
|
|
"error": {
|
|
"addon_start_failed": "Failed to start the OpenZWave add-on. Check the configuration."
|
|
}
|
|
}
|
|
}
|