From 6f5d5d4cdb36db542836bf1de1670bc9940deeaf Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Tue, 27 May 2025 15:51:22 +0300 Subject: [PATCH] Change text of installing and starting Z-WaveJs add-on steps (#145702) --- homeassistant/components/zwave_js/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/zwave_js/strings.json b/homeassistant/components/zwave_js/strings.json index 439fc7b1aad..6b7d9cf492e 100644 --- a/homeassistant/components/zwave_js/strings.json +++ b/homeassistant/components/zwave_js/strings.json @@ -31,8 +31,8 @@ }, "flow_title": "{name}", "progress": { - "install_addon": "Please wait while the Z-Wave add-on installation finishes. This can take several minutes.", - "start_addon": "Please wait while the Z-Wave add-on start completes. This may take some seconds.", + "install_addon": "Installation can take several minutes.", + "start_addon": "Starting add-on.", "backup_nvm": "Please wait while the network backup completes.", "restore_nvm": "Please wait while the network restore completes." }, @@ -69,7 +69,7 @@ "description": "Do you want to set up the Z-Wave integration with the Z-Wave add-on?" }, "install_addon": { - "title": "The Z-Wave add-on installation has started" + "title": "Installing add-on" }, "manual": { "data": { @@ -96,7 +96,7 @@ "title": "[%key:component::zwave_js::config::step::on_supervisor::title%]" }, "start_addon": { - "title": "The Z-Wave add-on is starting." + "title": "Configuring add-on" }, "zeroconf_confirm": { "description": "Do you want to add the Z-Wave Server with home ID {home_id} found at {url} to Home Assistant?",