Add strings for new zwave_js config flow keys (#56844)

pull/56848/head
Raman Gupta 2021-09-30 16:32:17 -04:00 committed by GitHub
parent 11f127c1a3
commit b00822f93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 6 deletions

View File

@ -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"
}

View File

@ -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"
}
}