Skip to content

Commit

Permalink
Ensure UniFi Protect EA warning is not persistent (#119730)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 15, 2024
1 parent dc0fc31 commit 3a705fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/unifiprotect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
DOMAIN,
"ea_channel_warning",
is_fixable=True,
is_persistent=True,
is_persistent=False,
learn_more_url=EARLY_ACCESS_URL,
severity=IssueSeverity.WARNING,
translation_key="ea_channel_warning",
Expand Down

0 comments on commit 3a705fd

Please sign in to comment.