From a4682ae6e104134b3efc0bc25b0aee3368895dab Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 2 May 2022 17:35:37 +0200 Subject: [PATCH] Adjust version number in template default deprecation warning (#71203) --- homeassistant/helpers/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/helpers/template.py b/homeassistant/helpers/template.py index bded5ab933c..dbc82ce6902 100644 --- a/homeassistant/helpers/template.py +++ b/homeassistant/helpers/template.py @@ -1331,7 +1331,7 @@ def warn_no_default(function, value, default): ( "Template warning: '%s' got invalid input '%s' when %s template '%s' " "but no default was specified. Currently '%s' will return '%s', however this template will fail " - "to render in Home Assistant core 2022.1" + "to render in Home Assistant core 2022.6" ), function, value,