From b5445c00615d68f887b55b40361683d617618292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 12 May 2025 19:48:20 +0200 Subject: [PATCH] Allow subscription_expired repair issue in cloud (#144316) Co-authored-by: Martin Hjelmare --- homeassistant/components/cloud/client.py | 1 + homeassistant/components/cloud/strings.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/homeassistant/components/cloud/client.py b/homeassistant/components/cloud/client.py index d413a447bd7..a857185f07f 100644 --- a/homeassistant/components/cloud/client.py +++ b/homeassistant/components/cloud/client.py @@ -43,6 +43,7 @@ VALID_REPAIR_TRANSLATION_KEYS = { "no_subscription", "warn_bad_custom_domain_configuration", "reset_bad_custom_domain_configuration", + "subscription_expired", } diff --git a/homeassistant/components/cloud/strings.json b/homeassistant/components/cloud/strings.json index 2dc2acc82d0..e7d219ff69e 100644 --- a/homeassistant/components/cloud/strings.json +++ b/homeassistant/components/cloud/strings.json @@ -73,6 +73,10 @@ "reset_bad_custom_domain_configuration": { "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." + }, + "subscription_expired": { + "title": "Subscription has expired", + "description": "Your Home Assistant Cloud subscription has expired. Resubscribe at {account_url}." } }, "services": {