Ensure UniFi Protect EA warning is not persistent (#119730)

This commit is contained in:
Franck Nijhof 2024-06-15 14:05:18 +02:00
parent dc0fc318b8
commit 3a705fd668
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

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