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 GitHub
parent 5e4e7ed152
commit a4682ae6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,