From c23718d13db00bbbf5189ddc0dccdcfbdd35ee31 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 23 May 2023 12:06:19 +0200 Subject: [PATCH] Cleanup samsungtv strings (#93395) --- homeassistant/components/samsungtv/strings.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/homeassistant/components/samsungtv/strings.json b/homeassistant/components/samsungtv/strings.json index cfa04244e82..f1f237fa4fb 100644 --- a/homeassistant/components/samsungtv/strings.json +++ b/homeassistant/components/samsungtv/strings.json @@ -44,11 +44,5 @@ "trigger_type": { "samsungtv.turn_on": "Device is requested to turn on" } - }, - "issues": { - "deprecated_yaml": { - "title": "The SamsungTV YAML configuration is being removed", - "description": "Configuring SamsungTV using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the SamsungTV YAML configuration from your `configuration.yaml` file and restart Home Assistant to fix this issue.\n\nPlease note that previously configured `turn_on_action` needs to be manually converted to use the `turn_on` trigger ([documentation]({on_action_url}))." - } } }