Add strings for new zwave_js config flow keys (#56844)
parent
11f127c1a3
commit
b00822f93a
|
@ -24,7 +24,10 @@
|
|||
"title": "Enter the Z-Wave JS add-on configuration",
|
||||
"data": {
|
||||
"usb_path": "[%key:common::config_flow::data::usb_path%]",
|
||||
"network_key": "Network Key"
|
||||
"s0_legacy_key": "S0 Key (Legacy)",
|
||||
"s2_authenticated_key": "S2 Authenticated Key",
|
||||
"s2_unauthenticated_key": "S2 Unauthenticated Key",
|
||||
"s2_access_control_key": "S2 Access Control Key"
|
||||
}
|
||||
},
|
||||
"start_addon": {
|
||||
|
@ -78,7 +81,10 @@
|
|||
"title": "Enter the Z-Wave JS add-on configuration",
|
||||
"data": {
|
||||
"usb_path": "[%key:common::config_flow::data::usb_path%]",
|
||||
"network_key": "Network Key",
|
||||
"s0_legacy_key": "S0 Key (Legacy)",
|
||||
"s2_authenticated_key": "S2 Authenticated Key",
|
||||
"s2_unauthenticated_key": "S2 Unauthenticated Key",
|
||||
"s2_access_control_key": "S2 Access Control Key",
|
||||
"log_level": "Log level",
|
||||
"emulate_hardware": "Emulate Hardware"
|
||||
}
|
||||
|
|
|
@ -26,7 +26,10 @@
|
|||
"step": {
|
||||
"configure_addon": {
|
||||
"data": {
|
||||
"network_key": "Network Key",
|
||||
"s0_legacy_key": "S0 Key (Legacy)",
|
||||
"s2_access_control_key": "S2 Access Control Key",
|
||||
"s2_authenticated_key": "S2 Authenticated Key",
|
||||
"s2_unauthenticated_key": "S2 Unauthenticated Key",
|
||||
"usb_path": "USB Device Path"
|
||||
},
|
||||
"title": "Enter the Z-Wave JS add-on configuration"
|
||||
|
@ -108,7 +111,10 @@
|
|||
"data": {
|
||||
"emulate_hardware": "Emulate Hardware",
|
||||
"log_level": "Log level",
|
||||
"network_key": "Network Key",
|
||||
"s0_legacy_key": "S0 Key (Legacy)",
|
||||
"s2_access_control_key": "S2 Access Control Key",
|
||||
"s2_authenticated_key": "S2 Authenticated Key",
|
||||
"s2_unauthenticated_key": "S2 Unauthenticated Key",
|
||||
"usb_path": "USB Device Path"
|
||||
},
|
||||
"title": "Enter the Z-Wave JS add-on configuration"
|
||||
|
@ -132,6 +138,5 @@
|
|||
"title": "The Z-Wave JS add-on is starting."
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Z-Wave JS"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue