2021-01-10 23:08:25 +00:00
{
"title" : "Z-Wave JS" ,
"config" : {
"step" : {
2021-01-27 07:56:16 +00:00
"manual" : {
2021-01-10 23:08:25 +00:00
"data" : {
"url" : "[%key:common::config_flow::data::url%]"
}
2021-01-27 07:56:16 +00:00
} ,
"on_supervisor" : {
"title" : "Select connection method" ,
"description" : "Do you want to use the Z-Wave JS Supervisor add-on?" ,
"data" : { "use_addon" : "Use the Z-Wave JS Supervisor add-on" }
} ,
"install_addon" : {
"title" : "The Z-Wave JS add-on installation has started"
} ,
2021-02-23 21:41:19 +00:00
"configure_addon" : {
2021-01-27 07:56:16 +00:00
"title" : "Enter the Z-Wave JS add-on configuration" ,
"data" : {
"usb_path" : "[%key:common::config_flow::data::usb_path%]" ,
"network_key" : "Network Key"
}
} ,
2021-02-23 21:41:19 +00:00
"start_addon" : { "title" : "The Z-Wave JS add-on is starting." } ,
2021-01-27 07:56:16 +00:00
"hassio_confirm" : {
"title" : "Set up Z-Wave JS integration with the Z-Wave JS add-on"
2021-01-10 23:08:25 +00:00
}
} ,
"error" : {
2021-01-27 07:56:16 +00:00
"addon_start_failed" : "Failed to start the Z-Wave JS add-on. Check the configuration." ,
2021-01-10 23:08:25 +00:00
"invalid_ws_url" : "Invalid websocket URL" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
2021-01-27 07:56:16 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
"addon_info_failed" : "Failed to get Z-Wave JS add-on info." ,
"addon_install_failed" : "Failed to install the Z-Wave JS add-on." ,
"addon_set_config_failed" : "Failed to set Z-Wave JS configuration." ,
2021-02-23 21:41:19 +00:00
"addon_start_failed" : "Failed to start the Z-Wave JS add-on." ,
2021-01-27 07:56:16 +00:00
"addon_get_discovery_info_failed" : "Failed to get Z-Wave JS add-on discovery info." ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
} ,
"progress" : {
2021-02-23 21:41:19 +00:00
"install_addon" : "Please wait while the Z-Wave JS add-on installation finishes. This can take several minutes." ,
"start_addon" : "Please wait while the Z-Wave JS add-on start completes. This may take some seconds."
2021-01-10 23:08:25 +00:00
}
2021-06-24 11:15:42 +00:00
} ,
"options" : {
"step" : {
"manual" : {
"data" : {
"url" : "[%key:common::config_flow::data::url%]"
}
} ,
"on_supervisor" : {
"title" : "Select connection method" ,
"description" : "Do you want to use the Z-Wave JS Supervisor add-on?" ,
"data" : { "use_addon" : "Use the Z-Wave JS Supervisor add-on" }
} ,
"install_addon" : {
"title" : "The Z-Wave JS add-on installation has started"
} ,
"configure_addon" : {
"title" : "Enter the Z-Wave JS add-on configuration" ,
"data" : {
"usb_path" : "[%key:common::config_flow::data::usb_path%]" ,
"network_key" : "Network Key" ,
"log_level" : "Log level" ,
"emulate_hardware" : "Emulate Hardware"
}
} ,
"start_addon" : { "title" : "The Z-Wave JS add-on is starting." }
} ,
"error" : {
"invalid_ws_url" : "Invalid websocket URL" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"addon_info_failed" : "Failed to get Z-Wave JS add-on info." ,
"addon_install_failed" : "Failed to install the Z-Wave JS add-on." ,
"addon_set_config_failed" : "Failed to set Z-Wave JS configuration." ,
"addon_start_failed" : "Failed to start the Z-Wave JS add-on." ,
"addon_get_discovery_info_failed" : "Failed to get Z-Wave JS add-on discovery info." ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"different_device" : "The connected USB device is not the same as previously configured for this config entry. Please instead create a new config entry for the new device."
} ,
"progress" : {
"install_addon" : "Please wait while the Z-Wave JS add-on installation finishes. This can take several minutes." ,
"start_addon" : "Please wait while the Z-Wave JS add-on start completes. This may take some seconds."
}
2021-01-10 23:08:25 +00:00
}
}