mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Fix persistence on OpenWeatherMap raised repair issue (#119289)
This commit is contained in:
parent
80b2b05bd8
commit
bedff29165
@ -73,7 +73,7 @@ def async_create_issue(hass: HomeAssistant, entry_id: str) -> None:
|
||||
domain=DOMAIN,
|
||||
issue_id=_get_issue_id(entry_id),
|
||||
is_fixable=True,
|
||||
is_persistent=True,
|
||||
is_persistent=False,
|
||||
severity=ir.IssueSeverity.WARNING,
|
||||
learn_more_url="https://www.home-assistant.io/integrations/openweathermap/",
|
||||
translation_key="deprecated_v25",
|
||||
|
Loading…
x
Reference in New Issue
Block a user