Skip to content

Commit

Permalink
Add strings for new zwave_js config flow keys (home-assistant#56844)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Sep 30, 2021
1 parent 11f127c commit b00822f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
10 changes: 8 additions & 2 deletions homeassistant/components/zwave_js/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
}
Expand Down
13 changes: 9 additions & 4 deletions homeassistant/components/zwave_js/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -132,6 +138,5 @@
"title": "The Z-Wave JS add-on is starting."
}
}
},
"title": "Z-Wave JS"
}
}

0 comments on commit b00822f

Please sign in to comment.