Remove issue from Radarr (#79127)

This commit is contained in:
Robert Hillis 2022-09-26 18:22:58 -04:00 committed by GitHub
parent 3ae092f272
commit 0950674146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 17 deletions

View File

@ -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

View File

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

View File

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