mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Adjust version number in template default deprecation warning (#71203)
This commit is contained in:
parent
2b87e03fac
commit
71506bd02b
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user