From b00822f93ad6a55cbb398e2c960955f229b9b8b0 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:32:17 -0400 Subject: [PATCH] Add strings for new zwave_js config flow keys (#56844) --- homeassistant/components/zwave_js/strings.json | 10 ++++++++-- .../components/zwave_js/translations/en.json | 13 +++++++++---- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/zwave_js/strings.json b/homeassistant/components/zwave_js/strings.json index 75c1ea76e9dc52..1446c1fc7aaa34 100644 --- a/homeassistant/components/zwave_js/strings.json +++ b/homeassistant/components/zwave_js/strings.json @@ -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" } diff --git a/homeassistant/components/zwave_js/translations/en.json b/homeassistant/components/zwave_js/translations/en.json index abe37c4da0483d..b24d4f31b06cb4 100644 --- a/homeassistant/components/zwave_js/translations/en.json +++ b/homeassistant/components/zwave_js/translations/en.json @@ -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" + } } \ No newline at end of file