From f074ee60a79cb9fee539ee4c7ad86a2a3784442b Mon Sep 17 00:00:00 2001 From: LuBeDa Date: Sat, 26 Dec 2020 09:56:44 +0100 Subject: [PATCH] add_holiday to add_holidays (#16004) to make it the same as the syntax --- source/_integrations/workday.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/workday.markdown b/source/_integrations/workday.markdown index 722ad9e95d0..cff07cc9308 100644 --- a/source/_integrations/workday.markdown +++ b/source/_integrations/workday.markdown @@ -98,7 +98,7 @@ binary_sensor: ``` This example excludes Saturdays, Sundays and holidays. Two custom holidays are added. -The date February 24th, 2020 is a Monday but will be excluded because it was added to the `add_holiday` configuration. +The date February 24th, 2020 is a Monday but will be excluded because it was added to the `add_holidays` configuration. ```yaml # Example 2 configuration.yaml entry