diff --git a/homeassistant/components/moon/strings.json b/homeassistant/components/moon/strings.json index 818460bc13d..1210fb6403e 100644 --- a/homeassistant/components/moon/strings.json +++ b/homeassistant/components/moon/strings.json @@ -10,12 +10,6 @@ "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" } }, - "issues": { - "removed_yaml": { - "title": "The Moon YAML configuration has been removed", - "description": "Configuring Moon using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." - } - }, "entity": { "sensor": { "phase": { diff --git a/homeassistant/components/season/strings.json b/homeassistant/components/season/strings.json index d53d6a0890f..162daddd412 100644 --- a/homeassistant/components/season/strings.json +++ b/homeassistant/components/season/strings.json @@ -12,12 +12,6 @@ "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" } }, - "issues": { - "removed_yaml": { - "title": "The Season YAML configuration has been removed", - "description": "Configuring Season using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." - } - }, "entity": { "sensor": { "season": { diff --git a/homeassistant/components/uptime/strings.json b/homeassistant/components/uptime/strings.json index 3d374015acb..9ceb91de9ba 100644 --- a/homeassistant/components/uptime/strings.json +++ b/homeassistant/components/uptime/strings.json @@ -9,11 +9,5 @@ "abort": { "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" } - }, - "issues": { - "removed_yaml": { - "title": "The Uptime YAML configuration has been removed", - "description": "Configuring Uptime using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." - } } }