Fix persistence on OpenWeatherMap raised repair issue (#119289)

This commit is contained in:
Franck Nijhof 2024-06-10 14:55:28 +02:00 committed by GitHub
parent 80b2b05bd8
commit bedff29165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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