Remove unreferenced issues (#96262)

This commit is contained in:
Erik Montnemery
2023-07-10 15:40:59 +02:00
committed by GitHub
parent 039a3bb6e9
commit 907c667859
3 changed files with 0 additions and 18 deletions

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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."
}
}
}