From ca37ff7a4dde80e04654380f35d309bf54e2bd34 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:35:30 -0400 Subject: [PATCH] Update homeassistant/components/zha/strings.json Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- homeassistant/components/zha/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/zha/strings.json b/homeassistant/components/zha/strings.json index e15ba9c999d..2bd11144381 100644 --- a/homeassistant/components/zha/strings.json +++ b/homeassistant/components/zha/strings.json @@ -506,7 +506,7 @@ "issues": { "wrong_silabs_firmware_installed": { "title": "Zigbee radio has the wrong firmware installed", - "description": "Your Zigbee radio was previously used with multi-PAN and has has non-Zigbee firmware installed ({firmware_type}). It cannot be used with ZHA directly until Zigbee firmware is installed again. Click the \"Learn More\" link below and follow the instructions to re-install Zigbee firmware and reload the integration to try again." + "description": "Your Zigbee radio was previously used with multiprotocol (Zigbee and Thread) and still has multiprotocol firmware installed: ({firmware_type}). To run your radio exclusively with ZHA, you need to install the EmberZNet Zigbee firmware:\n\n1. Open the documentation by selecting the link under \"Learn More\".\n2. Follow the instructions described in the step to flash the EmberZNet Zigbee radio firmware." } } }