mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Remove issue from Radarr (#79127)
This commit is contained in:
parent
3ae092f272
commit
0950674146
@ -50,15 +50,6 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
||||
severity=IssueSeverity.WARNING,
|
||||
translation_key="deprecated_yaml",
|
||||
)
|
||||
async_create_issue(
|
||||
hass,
|
||||
DOMAIN,
|
||||
"removed_attributes",
|
||||
breaks_in_ha_version="2022.10.0",
|
||||
is_fixable=False,
|
||||
severity=IssueSeverity.WARNING,
|
||||
translation_key="removed_attributes",
|
||||
)
|
||||
|
||||
return True
|
||||
|
||||
|
@ -39,10 +39,6 @@
|
||||
"deprecated_yaml": {
|
||||
"title": "The Radarr YAML configuration is being removed",
|
||||
"description": "Configuring Radarr using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the Radarr YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
|
||||
},
|
||||
"removed_attributes": {
|
||||
"title": "Changes to the Radarr integration",
|
||||
"description": "Some breaking changes has been made in disabling the Movies count sensor out of caution.\n\nThis sensor can cause problems with massive databases. If you still wish to use it, you may do so.\n\nMovie names are no longer included as attributes in the movies sensor.\n\nUpcoming has been removed. It is being modernized as calendar items should be. Disk space is now split into different sensors, one for each folder.\n\nStatus and commands have been removed as they don't appear to have real value for automations."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -30,10 +30,6 @@
|
||||
"deprecated_yaml": {
|
||||
"description": "Configuring Radarr using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the Radarr YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
|
||||
"title": "The Radarr YAML configuration is being removed"
|
||||
},
|
||||
"removed_attributes": {
|
||||
"description": "Some breaking changes has been made in disabling the Movies count sensor out of caution.\n\nThis sensor can cause problems with massive databases. If you still wish to use it, you may do so.\n\nMovie names are no longer included as attributes in the movies sensor.\n\nUpcoming has been removed. It is being modernized as calendar items should be. Disk space is now split into different sensors, one for each folder.\n\nStatus and commands have been removed as they don't appear to have real value for automations.",
|
||||
"title": "Changes to the Radarr integration"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user