From db9110c399c5bf8de591b41b2e5ced67461e4d8d Mon Sep 17 00:00:00 2001
From: SNoof85 <snoof85@gmail.com>
Date: Fri, 2 Oct 2020 11:41:21 +0200
Subject: [PATCH] Use reference strings in Vilfo (#41039)

---
 homeassistant/components/vilfo/strings.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/homeassistant/components/vilfo/strings.json b/homeassistant/components/vilfo/strings.json
index 6de59a51f96..c9b8882c264 100644
--- a/homeassistant/components/vilfo/strings.json
+++ b/homeassistant/components/vilfo/strings.json
@@ -11,12 +11,12 @@
       }
     },
     "error": {
-      "cannot_connect": "Failed to connect. Please check the information you provided and try again.",
-      "invalid_auth": "Invalid authentication. Please check the access token and try again.",
-      "unknown": "An unexpected error occurred while setting up the integration."
+      "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
+      "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
+      "unknown": "[%key:common::config_flow::error::unknown%]"
     },
     "abort": {
-      "already_configured": "This Vilfo Router is already configured."
+      "already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
     }
   }
-}
\ No newline at end of file
+}
-- 
GitLab