Ensure workday issues are not persistent (#119732)

pull/119742/head
Franck Nijhof 2024-06-15 14:04:42 +02:00
parent 3a705fd668
commit a4a8315376
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 2 additions and 2 deletions

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={