Allow subscription_expired repair issue in cloud (#144316)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Joakim Sørensen 2025-05-12 19:48:20 +02:00 committed by GitHub
parent 1d0584a90d
commit b5445c0061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,7 @@ VALID_REPAIR_TRANSLATION_KEYS = {
"no_subscription", "no_subscription",
"warn_bad_custom_domain_configuration", "warn_bad_custom_domain_configuration",
"reset_bad_custom_domain_configuration", "reset_bad_custom_domain_configuration",
"subscription_expired",
} }

View File

@ -73,6 +73,10 @@
"reset_bad_custom_domain_configuration": { "reset_bad_custom_domain_configuration": {
"title": "Custom domain ignored", "title": "Custom domain ignored",
"description": "The DNS configuration for your custom domain ({custom_domains}) is not correct. This domain has now been ignored and will not be used for Home Assistant Cloud. If you want to use this domain, please fix the DNS configuration and restart Home Assistant. If you do not need this anymore, you can remove it from the account page." "description": "The DNS configuration for your custom domain ({custom_domains}) is not correct. This domain has now been ignored and will not be used for Home Assistant Cloud. If you want to use this domain, please fix the DNS configuration and restart Home Assistant. If you do not need this anymore, you can remove it from the account page."
},
"subscription_expired": {
"title": "Subscription has expired",
"description": "Your Home Assistant Cloud subscription has expired. Resubscribe at {account_url}."
} }
}, },
"services": { "services": {