From 4c175a3ed9da8c7f95bc3a5a710a740483bfe7c1 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:03:52 +0200 Subject: [PATCH] Add missing translation string in dnsip (#127833) --- homeassistant/components/dnsip/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/dnsip/strings.json b/homeassistant/components/dnsip/strings.json index bc502776cc64b..39a0fbf7cd361 100644 --- a/homeassistant/components/dnsip/strings.json +++ b/homeassistant/components/dnsip/strings.json @@ -11,6 +11,9 @@ } } }, + "abort": { + "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" + }, "error": { "invalid_hostname": "Invalid hostname" }