Skip to content

Commit 2280d77

Browse files
Change ZHA strings for incorrect adapter state (home-assistant#158021)
Co-authored-by: Norbert Rittel <[email protected]>
1 parent ebc6088 commit 2280d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/zha/strings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,11 +1914,11 @@
19141914
"title": "Zigbee network settings have changed"
19151915
},
19161916
"wrong_silabs_firmware_installed_nabucasa": {
1917-
"description": "Your Zigbee adapter was previously used with multiprotocol (Zigbee and Thread) and still has multiprotocol firmware installed: ({firmware_type}).\n\nTo run your adapter exclusively with ZHA, you need to install the Zigbee firmware:\n - Go to Settings > System > Hardware, select the device and select Configure.\n - Select the 'Migrate Zigbee to a new adapter' option and follow the instructions.",
1918-
"title": "Zigbee adapter with multiprotocol firmware detected"
1917+
"description": "Your Zigbee adapter is currently in an incorrect state: {firmware_type}.\n\nThe device may have Thread or multiprotocol firmware installed, or it may be stuck in the bootloader. To resolve this, try to unplug the adapter temporarily.\n\nIf the issue persists and you need to install Zigbee firmware:\n - Go to Settings > System > Hardware, select the device and select Configure.\n - Select the 'Migrate Zigbee to a new adapter' option and follow the instructions.",
1918+
"title": "Zigbee adapter in incorrect state"
19191919
},
19201920
"wrong_silabs_firmware_installed_other": {
1921-
"description": "Your Zigbee adapter was previously used with multiprotocol (Zigbee and Thread) and still has multiprotocol firmware installed: ({firmware_type}).\n\nTo run your adapter exclusively with ZHA, you need to install Zigbee firmware. Follow your Zigbee adapter manufacturer's instructions for how to do this.",
1921+
"description": "Your Zigbee adapter is currently in an incorrect state: {firmware_type}.\n\nThe device may have Thread or multiprotocol firmware installed, or it may be stuck in the bootloader. To resolve this, try to unplug the adapter temporarily.\n\nIf the issue persists and you need to install Zigbee firmware, follow your Zigbee adapter manufacturer's instructions for how to do this.",
19221922
"title": "[%key:component::zha::issues::wrong_silabs_firmware_installed_nabucasa::title%]"
19231923
}
19241924
},

0 commit comments

Comments
 (0)