Minor changes (#5084)

This commit is contained in:
Fabian Affolter 2018-04-02 17:22:12 +02:00 committed by Franck Nijhof
parent 7dbed031cb
commit 3aa3be1439

View File

@ -15,6 +15,10 @@ ha_release: 0.41
The `workday` binary sensor indicates, whether the current day is a workday or not. It allows specifying, which days of the week counts as workdays and also uses the python module [holidays](https://pypi.python.org/pypi/holidays) to incorporate information about region-specific public holidays.
## {% linkable_title Configuration %}
Check the [country list](https://github.com/dr-prodigy/python-holidays#available-countries) for available province.
To enable the `workday` sensor in your installation, add the following to your `configuration.yaml` file:
```yaml