2018-10-09 14:30:55 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"step" : {
"user" : {
2021-02-03 10:54:00 +00:00
"description" : "This integration is no longer maintained. For new installations, use Z-Wave JS instead.\n\nSee https://www.home-assistant.io/docs/z-wave/installation/ for information on the configuration variables" ,
2020-04-05 15:27:16 +00:00
"data" : {
2020-05-12 17:50:44 +00:00
"usb_path" : "[%key:common::config_flow::data::usb_path%]" ,
2020-04-05 15:27:16 +00:00
"network_key" : "Network Key (leave blank to auto-generate)"
2018-10-09 14:30:55 +00:00
}
2020-04-05 15:27:16 +00:00
}
} ,
"error" : {
"option_error" : "Z-Wave validation failed. Is the path to the USB stick correct?"
} ,
"abort" : {
2020-10-05 12:26:06 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"single_instance_allowed" : "[%key:common::config_flow::abort::single_instance_allowed%]"
2018-10-09 14:30:55 +00:00
}
2020-04-20 23:25:35 +00:00
} ,
"state" : {
"query_stage" : {
"initializing" : "[%key:component::zwave::state::_::initializing%]" ,
"dead" : "[%key:component::zwave::state::_::dead%]"
} ,
"_" : {
"initializing" : "Initializing" ,
"dead" : "Dead" ,
"sleeping" : "Sleeping" ,
"ready" : "Ready"
}
2020-04-05 15:27:16 +00:00
}
2020-10-05 12:26:06 +00:00
}