Ensure workday issues are not persistent (#119732)

This commit is contained in:
Franck Nijhof
2024-06-15 14:04:42 +02:00
committed by GitHub
parent 7e61ec96e7
commit 08ef556736

View File

@@ -35,7 +35,7 @@ async def _async_validate_country_and_province(
DOMAIN,
"bad_country",
is_fixable=True,
is_persistent=True,
is_persistent=False,
severity=IssueSeverity.ERROR,
translation_key="bad_country",
translation_placeholders={"title": entry.title},
@@ -59,7 +59,7 @@ async def _async_validate_country_and_province(
DOMAIN,
"bad_province",
is_fixable=True,
is_persistent=True,
is_persistent=False,
severity=IssueSeverity.ERROR,
translation_key="bad_province",
translation_placeholders={