From a46fffd55025661fcdb4d726748a7548606fb964 Mon Sep 17 00:00:00 2001 From: "Mr. Bubbles" Date: Sat, 20 Jul 2024 00:40:29 +0200 Subject: [PATCH] Fix wrong deprecation date in Habitica integration (#122206) Fix wrong deprecation date --- homeassistant/components/habitica/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/habitica/strings.json b/homeassistant/components/habitica/strings.json index 4ce507afffd..5696e6f9911 100644 --- a/homeassistant/components/habitica/strings.json +++ b/homeassistant/components/habitica/strings.json @@ -136,7 +136,7 @@ "issues": { "deprecated_task_entity": { "title": "The Habitica `{task_name}` sensor is deprecated", - "description": "The Habitica entity `{entity}` is deprecated and will be removed in `2024.12`.\nPlease update your automations and scripts to replace the sensor entity with the newly added todo entity.\nWhen you are done migrating you can disable `{entity}`." + "description": "The Habitica entity `{entity}` is deprecated and will be removed in a future release.\nPlease update your automations and scripts to replace the sensor entity with the newly added todo entity.\nWhen you are done migrating you can disable `{entity}`." } }, "services": {