Added blurb to point users time templating (#21924)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
cbhiii 2022-03-07 06:04:32 -05:00 committed by GitHub
parent f10aeba966
commit 40cd54b9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,3 +70,7 @@ template:
```
{% endraw %}
## More time-related resources
For more information about using time related variables and sensors in templates (such as `today_at()`, `now()` or `as_timestamp()`) visit this [time section](/docs/configuration/templating/#time) on the templating page.