From 40cd54b9a3cfbf0e0095e17ac99db9fa2085f250 Mon Sep 17 00:00:00 2001 From: cbhiii <10853381+cbhiii@users.noreply.github.com> Date: Mon, 7 Mar 2022 06:04:32 -0500 Subject: [PATCH] Added blurb to point users time templating (#21924) Co-authored-by: Franck Nijhof --- source/_integrations/time_date.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/time_date.markdown b/source/_integrations/time_date.markdown index 5c35100340a..22720570c3b 100644 --- a/source/_integrations/time_date.markdown +++ b/source/_integrations/time_date.markdown @@ -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.