From 940e9c5c02867c1d2ed0c1551bb859b6114152e6 Mon Sep 17 00:00:00 2001 From: Scott Reston Date: Fri, 8 Mar 2019 16:22:14 -0500 Subject: [PATCH] Added example configuration using absolute times (#8857) --- source/_components/binary_sensor.tod.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/binary_sensor.tod.markdown b/source/_components/binary_sensor.tod.markdown index 4971fbf8015..3c8e2f2c634 100644 --- a/source/_components/binary_sensor.tod.markdown +++ b/source/_components/binary_sensor.tod.markdown @@ -32,6 +32,11 @@ binary_sensor: after: sunrise after_offset: '-02:00' before: '07:00' + + - platform: tod + name: Late Morning + after: '10:00' + before: '12:00' ``` {% configuration %}