From 52974e1f6438494f3afcc3c4a9adfa373f5d842d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 31 Mar 2021 01:08:59 +0200 Subject: [PATCH] Add target version to log about missing version (#48520) Co-authored-by: Franck Nijhof --- homeassistant/loader.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/homeassistant/loader.py b/homeassistant/loader.py index 30a5a2a7ceb8..44823720ea5f 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -49,10 +49,9 @@ CUSTOM_WARNING = ( ) CUSTOM_WARNING_VERSION_MISSING = ( "No 'version' key in the manifest file for " - "custom integration '%s'. This will not be " - "allowed in a future version of Home " - "Assistant. Please report this to the " - "maintainer of '%s'" + "custom integration '%s'. As of Home Assistant " + "2021.6, this integration will no longer be " + "loaded. Please report this to the maintainer of '%s'" ) CUSTOM_WARNING_VERSION_TYPE = ( "'%s' is not a valid version for "