2018-10-09 14:30:55 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Set up Z-Wave",
|
|
|
|
"description": "See https://www.home-assistant.io/docs/z-wave/installation/ for information on the configuration variables",
|
|
|
|
"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": {
|
|
|
|
"already_configured": "Z-Wave is already configured",
|
|
|
|
"one_instance_only": "Component only supports one Z-Wave instance"
|
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-05-12 17:50:44 +00:00
|
|
|
}
|