diff --git a/source/_topics/templating.markdown b/source/_topics/templating.markdown index 10f4ff6615a..ef26bc874c6 100644 --- a/source/_topics/templating.markdown +++ b/source/_topics/templating.markdown @@ -199,4 +199,7 @@ It depends per component or platform but it is common to be able to define a tem # Timestamps {% raw %}{{ value_json.tst | timestamp_local }}{% endraw %} {% raw %}{{ value_json.tst | timestamp_utc }}{% endraw %} + +# Square bracket notation +{% raw %}{{ value_json["001"] }}{% endraw %} ```