diff --git a/binary_sensors/calendar.yaml b/binary_sensors/calendar.yaml index 700fe0f..1dd3b66 100644 --- a/binary_sensors/calendar.yaml +++ b/binary_sensors/calendar.yaml @@ -2,3 +2,11 @@ country: US province: GA workdays: [mon, tue, wed, thu, fri] +- platform: tod + name: Night + after: sunset + before: sunrise +- platform: tod + name: Day + after: sunrise + before: sunset \ No newline at end of file