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 %}