From 6d324d94109664f575402180f6d0a12a69bb5b1a Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 6 Jul 2023 08:57:39 +0200 Subject: [PATCH] Add missing qnap translation --- homeassistant/components/qnap/strings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homeassistant/components/qnap/strings.json b/homeassistant/components/qnap/strings.json index 26ca5dedd34422..36946b81c0ca18 100644 --- a/homeassistant/components/qnap/strings.json +++ b/homeassistant/components/qnap/strings.json @@ -19,5 +19,11 @@ "invalid_auth": "Bad authentication", "unknown": "Unknown error" } + }, + "issues": { + "deprecated_yaml": { + "title": "The QNAP YAML configuration is being removed", + "description": "Configuring QNAP using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the QNAP YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." + } } }