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

This commit is contained in:
Franck Nijhof 2024-06-15 14:05:18 +02:00 committed by GitHub
parent 08ef556736
commit af0f540dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: UFPConfigEntry) -> 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",