From dddca8aaeb05ffac1a75e8476692a96243c00ace Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Mon, 6 Dec 2021 14:46:53 +0100 Subject: [PATCH] Improve zwave_js add-on config flow description (#61099) --- homeassistant/components/zwave_js/strings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/zwave_js/strings.json b/homeassistant/components/zwave_js/strings.json index 1446c1fc7aa..13f65921cdb 100644 --- a/homeassistant/components/zwave_js/strings.json +++ b/homeassistant/components/zwave_js/strings.json @@ -22,6 +22,7 @@ }, "configure_addon": { "title": "Enter the Z-Wave JS add-on configuration", + "description": "The add-on will generate security keys if those fields are left empty.", "data": { "usb_path": "[%key:common::config_flow::data::usb_path%]", "s0_legacy_key": "S0 Key (Legacy)", @@ -79,6 +80,7 @@ }, "configure_addon": { "title": "Enter the Z-Wave JS add-on configuration", + "description": "The add-on will generate security keys if those fields are left empty.", "data": { "usb_path": "[%key:common::config_flow::data::usb_path%]", "s0_legacy_key": "S0 Key (Legacy)",