Skip to content

Commit

Permalink
Fix persistence on OpenWeatherMap raised repair issue (#119289)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 11, 2024
1 parent 74b4955 commit 1929e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/openweathermap/repairs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1929e10

Please sign in to comment.