33 lines
971 B
JSON
33 lines
971 B
JSON
{
|
|
"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": {
|
|
"usb_path": "[%key:common::config_flow::data::usb_path%]",
|
|
"network_key": "Network Key (leave blank to auto-generate)"
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"state": {
|
|
"query_stage": {
|
|
"initializing": "[%key:component::zwave::state::_::initializing%]",
|
|
"dead": "[%key:component::zwave::state::_::dead%]"
|
|
},
|
|
"_": {
|
|
"initializing": "Initializing",
|
|
"dead": "Dead",
|
|
"sleeping": "Sleeping",
|
|
"ready": "Ready"
|
|
}
|
|
}
|
|
} |