Adjust version number in template default deprecation warning (#71203)

This commit is contained in:
Franck Nijhof 2022-05-02 17:35:37 +02:00 committed by Paulus Schoutsen
parent 2b87e03fac
commit 71506bd02b

View File

@ -1331,7 +1331,7 @@ def warn_no_default(function, value, default):
( (
"Template warning: '%s' got invalid input '%s' when %s template '%s' " "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 " "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, function,
value, value,