From df16e85359e35903bd91b8368488ad958eaee8ae Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Tue, 16 Sep 2025 21:23:10 +0300 Subject: [PATCH] Fix typo in update_not_available key in Shelly strings (#152444) --- homeassistant/components/shelly/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/shelly/strings.json b/homeassistant/components/shelly/strings.json index d90b7b92a6af..1a11ecbb4993 100644 --- a/homeassistant/components/shelly/strings.json +++ b/homeassistant/components/shelly/strings.json @@ -300,7 +300,7 @@ }, "abort": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", - "update_not_available": "[%key:component::shelly::issues::ble_scanner_firmware_unsupported::fix_flow::abort::update_not_available]" + "update_not_available": "[%key:component::shelly::issues::ble_scanner_firmware_unsupported::fix_flow::abort::update_not_available%]" } } }