From dfe3ee538764ff0d7c146c5a188c99977951ccd1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= <mail@dahoiv.net>
Date: Fri, 2 Oct 2020 09:17:06 +0200
Subject: [PATCH] Use reference strings in Tibber (#41038)

---
 homeassistant/components/tibber/strings.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/tibber/strings.json b/homeassistant/components/tibber/strings.json
index cb5cc08552a..041d9fb1c99 100644
--- a/homeassistant/components/tibber/strings.json
+++ b/homeassistant/components/tibber/strings.json
@@ -2,7 +2,7 @@
   "title": "Tibber",
   "config": {
     "abort": {
-      "already_configured": "A Tibber account is already configured."
+      "already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
     },
     "error": {
       "timeout": "Timeout connecting to Tibber",
@@ -19,4 +19,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}
-- 
GitLab