Add strings for new zwave_js config flow keys (#56844)
This commit is contained in:
parent
11f127c1a3
commit
b00822f93a
2 changed files with 17 additions and 6 deletions
|
@ -24,7 +24,10 @@
|
||||||
"title": "Enter the Z-Wave JS add-on configuration",
|
"title": "Enter the Z-Wave JS add-on configuration",
|
||||||
"data": {
|
"data": {
|
||||||
"usb_path": "[%key:common::config_flow::data::usb_path%]",
|
"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": {
|
"start_addon": {
|
||||||
|
@ -78,7 +81,10 @@
|
||||||
"title": "Enter the Z-Wave JS add-on configuration",
|
"title": "Enter the Z-Wave JS add-on configuration",
|
||||||
"data": {
|
"data": {
|
||||||
"usb_path": "[%key:common::config_flow::data::usb_path%]",
|
"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",
|
"log_level": "Log level",
|
||||||
"emulate_hardware": "Emulate Hardware"
|
"emulate_hardware": "Emulate Hardware"
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,10 @@
|
||||||
"step": {
|
"step": {
|
||||||
"configure_addon": {
|
"configure_addon": {
|
||||||
"data": {
|
"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"
|
"usb_path": "USB Device Path"
|
||||||
},
|
},
|
||||||
"title": "Enter the Z-Wave JS add-on configuration"
|
"title": "Enter the Z-Wave JS add-on configuration"
|
||||||
|
@ -108,7 +111,10 @@
|
||||||
"data": {
|
"data": {
|
||||||
"emulate_hardware": "Emulate Hardware",
|
"emulate_hardware": "Emulate Hardware",
|
||||||
"log_level": "Log level",
|
"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"
|
"usb_path": "USB Device Path"
|
||||||
},
|
},
|
||||||
"title": "Enter the Z-Wave JS add-on configuration"
|
"title": "Enter the Z-Wave JS add-on configuration"
|
||||||
|
@ -132,6 +138,5 @@
|
||||||
"title": "The Z-Wave JS add-on is starting."
|
"title": "The Z-Wave JS add-on is starting."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"title": "Z-Wave JS"
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue