From d1cfb6e1a899c35ca78ca2492400883f625b22c1 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 7 Jul 2023 18:19:11 +0200 Subject: [PATCH] Remove unreferenced issues (#95976) --- .../components/android_ip_webcam/strings.json | 6 ------ homeassistant/components/apcupsd/strings.json | 6 ------ homeassistant/components/dlink/strings.json | 6 ------ homeassistant/components/unifiprotect/strings.json | 11 ----------- homeassistant/components/zamg/strings.json | 6 ------ 5 files changed, 35 deletions(-) diff --git a/homeassistant/components/android_ip_webcam/strings.json b/homeassistant/components/android_ip_webcam/strings.json index 6f6639cecb4..db21a690984 100644 --- a/homeassistant/components/android_ip_webcam/strings.json +++ b/homeassistant/components/android_ip_webcam/strings.json @@ -17,11 +17,5 @@ "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } - }, - "issues": { - "deprecated_yaml": { - "title": "The Android IP Webcam YAML configuration is being removed", - "description": "Configuring Android IP Webcam using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the Android IP Webcam YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." - } } } diff --git a/homeassistant/components/apcupsd/strings.json b/homeassistant/components/apcupsd/strings.json index aef33a6f8bf..c7ebf8a0a3b 100644 --- a/homeassistant/components/apcupsd/strings.json +++ b/homeassistant/components/apcupsd/strings.json @@ -16,11 +16,5 @@ "description": "Enter the host and port on which the apcupsd NIS is being served." } } - }, - "issues": { - "deprecated_yaml": { - "title": "The APC UPS Daemon YAML configuration is being removed", - "description": "Configuring APC UPS Daemon using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the APC UPS Daemon YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." - } } } diff --git a/homeassistant/components/dlink/strings.json b/homeassistant/components/dlink/strings.json index 9ac7453093c..ee7abb3e979 100644 --- a/homeassistant/components/dlink/strings.json +++ b/homeassistant/components/dlink/strings.json @@ -24,11 +24,5 @@ "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } - }, - "issues": { - "deprecated_yaml": { - "title": "The D-Link Smart Plug YAML configuration is being removed", - "description": "Configuring D-Link Smart Plug using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the D-Link Power Plug YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." - } } } diff --git a/homeassistant/components/unifiprotect/strings.json b/homeassistant/components/unifiprotect/strings.json index f8d578e1ca4..fc50e8141a1 100644 --- a/homeassistant/components/unifiprotect/strings.json +++ b/homeassistant/components/unifiprotect/strings.json @@ -79,17 +79,6 @@ "deprecate_smart_sensor": { "title": "Smart Detection Sensor Deprecated", "description": "The unified \"Detected Object\" sensor for smart detections is now deprecated. It has been replaced with individual smart detection binary sensors for each smart detection type.\n\nBelow are the detected automations or scripts that use one or more of the deprecated entities:\n{items}\nThe above list may be incomplete and it does not include any template usages inside of dashboards. Please update any templates, automations or scripts accordingly." - }, - "deprecated_service_set_doorbell_message": { - "title": "set_doorbell_message is Deprecated", - "fix_flow": { - "step": { - "confirm": { - "title": "set_doorbell_message is Deprecated", - "description": "The `unifiprotect.set_doorbell_message` service is deprecated in favor of the new Doorbell Text entity added to each Doorbell device. It will be removed in v2023.3.0. Please update to use the [`text.set_value` service]({link})." - } - } - } } }, "entity": { diff --git a/homeassistant/components/zamg/strings.json b/homeassistant/components/zamg/strings.json index 6305f68efd9..f0a607f2da7 100644 --- a/homeassistant/components/zamg/strings.json +++ b/homeassistant/components/zamg/strings.json @@ -18,11 +18,5 @@ "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "station_not_found": "Station ID not found at zamg" } - }, - "issues": { - "deprecated_yaml": { - "title": "The ZAMG YAML configuration is being removed", - "description": "Configuring ZAMG using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the ZAMG YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." - } } }