add_holiday to add_holidays (#16004)

to make it the same as the syntax
This commit is contained in:
LuBeDa 2020-12-26 09:56:44 +01:00 committed by GitHub
parent 7a759aa7e0
commit f074ee60a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ binary_sensor:
``` ```
This example excludes Saturdays, Sundays and holidays. Two custom holidays are added. 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 ```yaml
# Example 2 configuration.yaml entry # Example 2 configuration.yaml entry