From 01459d0f3593e3b956d7382ad3ca1ba662e1da81 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 22 Jun 2025 00:29:07 +0000 Subject: [PATCH] Add reconfig successful msg --- .../components/google_generative_ai_conversation/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/google_generative_ai_conversation/strings.json b/homeassistant/components/google_generative_ai_conversation/strings.json index 227c7d6ef68..df3011d399a 100644 --- a/homeassistant/components/google_generative_ai_conversation/strings.json +++ b/homeassistant/components/google_generative_ai_conversation/strings.json @@ -53,6 +53,9 @@ } } }, + "abort": { + "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" + }, "error": { "invalid_google_search_option": "Google Search can only be enabled if nothing is selected in the \"Control Home Assistant\" setting." }