From e4b124479a0d1ca4c65266b0e8c1a9bd679b6333 Mon Sep 17 00:00:00 2001 From: clarkwmcd <31146476+clarkwmcd@users.noreply.github.com> Date: Mon, 4 Jan 2021 03:53:47 -0500 Subject: [PATCH] Updated workday.markdown to fix example 2 duplicate (#16091) Changed duplicate "example 2" to "example 3" and added Tuesday and Thursday because they were omitted from the example without explanation. --- source/_integrations/workday.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/workday.markdown b/source/_integrations/workday.markdown index cff07cc9308..dedaba4ddd4 100644 --- a/source/_integrations/workday.markdown +++ b/source/_integrations/workday.markdown @@ -105,7 +105,7 @@ The date February 24th, 2020 is a Monday but will be excluded because it was add binary_sensor: - platform: workday country: DE - workdays: [mon, wed, fri] + workdays: [mon, tue, wed, thu, fri] excludes: [sat, sun, holiday] add_holidays: - '2020-02-24' @@ -114,7 +114,7 @@ binary_sensor: This example excludes Saturdays, Sundays and holidays. Two holidays are removed: November 26, 2020 and December 25, 2020. ```yaml -# Example 2 configuration.yaml entry +# Example 3 configuration.yaml entry binary_sensor: - platform: workday country: US