mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Postpone Imap_email_content removal (#99721)
This commit is contained in:
parent
b815ea1332
commit
397952ceea
@ -79,7 +79,7 @@ async def async_process_issue(hass: HomeAssistant, config: ConfigType) -> None:
|
||||
hass,
|
||||
DOMAIN,
|
||||
issue_id,
|
||||
breaks_in_ha_version="2023.10.0",
|
||||
breaks_in_ha_version="2023.11.0",
|
||||
is_fixable=True,
|
||||
severity=ir.IssueSeverity.WARNING,
|
||||
translation_key="migration",
|
||||
@ -143,7 +143,7 @@ class DeprecationRepairFlow(RepairsFlow):
|
||||
self.hass,
|
||||
DOMAIN,
|
||||
self._issue_id,
|
||||
breaks_in_ha_version="2023.10.0",
|
||||
breaks_in_ha_version="2023.11.0",
|
||||
is_fixable=False,
|
||||
severity=ir.IssueSeverity.WARNING,
|
||||
translation_key="deprecation",
|
||||
|
Loading…
x
Reference in New Issue
Block a user